diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-18 01:02:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-18 01:02:34 +0000 |
commit | dea24d98ff72b466534d9610cc3bd599f96e31fc (patch) | |
tree | c972859c779d3b570f72e05cf56b119551a6e7a1 /openwrt/package/lighttpd/Makefile | |
parent | 1e77d577d9ebb5db728ad6ecb40ed5b5a71e3497 (diff) | |
download | mtk-20170518-dea24d98ff72b466534d9610cc3bd599f96e31fc.zip mtk-20170518-dea24d98ff72b466534d9610cc3bd599f96e31fc.tar.gz mtk-20170518-dea24d98ff72b466534d9610cc3bd599f96e31fc.tar.bz2 |
update lighttpd to new upstream release (v1.4.6)
SVN-Revision: 2163
Diffstat (limited to 'openwrt/package/lighttpd/Makefile')
-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 b5a4e3d..2f07a7d 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.4 +PKG_VERSION:=1.4.6 PKG_RELEASE:=1 -PKG_MD5SUM:=0142f34549cf326d1ee3631be665482f +PKG_MD5SUM:=dec3ff6ff004868303407165d218bcdf PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |