diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-05 17:20:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-05 17:20:31 +0000 |
commit | ed7409d61fbe1351c37a0e343b0f101b7047beb4 (patch) | |
tree | 64abd55188c55bba6e12ba6c5646adf2414c6058 /openwrt/package/lighttpd | |
parent | e888479495f4178d3571e0df2d8fd10766b646c4 (diff) | |
download | mtk-20170518-ed7409d61fbe1351c37a0e343b0f101b7047beb4.zip mtk-20170518-ed7409d61fbe1351c37a0e343b0f101b7047beb4.tar.gz mtk-20170518-ed7409d61fbe1351c37a0e343b0f101b7047beb4.tar.bz2 |
update lighttpd to new upstream release (v1.4.7)
SVN-Revision: 2337
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 2f07a7d..486f851 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.4.6 +PKG_VERSION:=1.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=dec3ff6ff004868303407165d218bcdf +PKG_MD5SUM:=4d1b02e2008e5f35e4df7defee186fdd PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |