diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-03-28 07:12:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-03-28 07:12:49 +0000 |
commit | 3612d56b07d5390ecccad4ddf22374f28517ebb6 (patch) | |
tree | 08f76d27ef8d93727975bec9227cf223ffb23498 | |
parent | 8bff6f488233440fd7c643ed0218c9b8f1b3b6ca (diff) | |
download | mtk-20170518-3612d56b07d5390ecccad4ddf22374f28517ebb6.zip mtk-20170518-3612d56b07d5390ecccad4ddf22374f28517ebb6.tar.gz mtk-20170518-3612d56b07d5390ecccad4ddf22374f28517ebb6.tar.bz2 |
update lighttpd to 1.4.11
SVN-Revision: 3518
-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 97fa361..d15efe4 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.9 +PKG_VERSION:=1.4.11 PKG_RELEASE:=1 -PKG_MD5SUM:=20a171774a0615069de3704db52483aa +PKG_MD5SUM:=f55eebb9815c94a7de35906bb557ecd3 PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |