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 | 229264bdb77b134930493e2f446f74920f2a3f03 (patch) | |
tree | d91ce1d4cd2d4b57a8f23e0ec8c7e99899756ea8 /package | |
parent | fb8599763f1b3c7dc3e3073aff0458d39b08d103 (diff) | |
download | upstream-229264bdb77b134930493e2f446f74920f2a3f03.tar.gz upstream-229264bdb77b134930493e2f446f74920f2a3f03.tar.bz2 upstream-229264bdb77b134930493e2f446f74920f2a3f03.zip |
Updated to new upstream release (v1.3.16)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 423e5282a3..faf130e4bd 100644 --- a/package/lighttpd/Makefile +++ b/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 |