diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 07:12:49 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 07:12:49 +0000 |
commit | 600437ce94921c6e9c5b53ea4a9a09d4466ee16a (patch) | |
tree | f756f23fbe43fb8ae8e23d03b41921537d103103 /openwrt/package | |
parent | 84e153082965058d2f4d0be94fa4afd608f77551 (diff) |
update lighttpd to 1.4.11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 97fa3610ad..d15efe4560 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 |