diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 00:50:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 00:50:42 +0000 |
commit | f487098ac40e14433dbf67e951d0e30a2d2913e8 (patch) | |
tree | 0ed9c6bad2f5c607f362680485f6ec548ed92682 /openwrt | |
parent | 708fe89a974b78c47f05141a6d6a8441e4c23431 (diff) |
update to new upstream release (v1.3.15)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 df6a7df35..423e5282a 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.3.14 +PKG_VERSION:=1.3.15 PKG_RELEASE:=1 -PKG_MD5SUM:=16d9f8c40bcb5638ee452fa23b21e346 +PKG_MD5SUM:=e605ade1071f25dec9001730ec753112 PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |