diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-09 14:10:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-09 14:10:48 +0000 |
commit | 79464558bfd7365296a32a0024ed1e553f75fe2a (patch) | |
tree | 0cbfdfe415294d07aceae5377b14b1b71f64d663 /openwrt/package/lighttpd | |
parent | e4e2aaad712e8c0681f315437520d4692c04622e (diff) | |
download | mtk-20170518-79464558bfd7365296a32a0024ed1e553f75fe2a.zip mtk-20170518-79464558bfd7365296a32a0024ed1e553f75fe2a.tar.gz mtk-20170518-79464558bfd7365296a32a0024ed1e553f75fe2a.tar.bz2 |
Updated to new upstream release (v1.3.16)
SVN-Revision: 1587
Diffstat (limited to 'openwrt/package/lighttpd')
-rw-r--r-- | openwrt/package/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/lighttpd/Makefile b/openwrt/package/lighttpd/Makefile index 423e528..faf130e 100644 --- a/openwrt/package/lighttpd/Makefile +++ b/openwrt/package/lighttpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.3.15 +PKG_VERSION:=1.3.16 PKG_RELEASE:=1 -PKG_MD5SUM:=e605ade1071f25dec9001730ec753112 +PKG_MD5SUM:=b73f7a7ace4901b6417b0e450aaa5df5 PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |