diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-16 06:33:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-16 06:33:47 +0000 |
commit | 0e0ac70d8c6b5cb7c951f28c257428e48b1c3e14 (patch) | |
tree | beab02cb6bee1241c326722d83fb96b8035cb87a /package/lighttpd | |
parent | bbf689122a2d5a97ed515d932bf24c7354089c06 (diff) | |
download | master-187ad058-0e0ac70d8c6b5cb7c951f28c257428e48b1c3e14.tar.gz master-187ad058-0e0ac70d8c6b5cb7c951f28c257428e48b1c3e14.tar.bz2 master-187ad058-0e0ac70d8c6b5cb7c951f28c257428e48b1c3e14.zip |
Updated to new upstream release (v1.3.14)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1258 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lighttpd')
-rw-r--r-- | package/lighttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 92ba78f908..38aaa855ff 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.3.13 +PKG_VERSION:=1.3.14 PKG_RELEASE:=1 -PKG_MD5SUM:=2f017b936be376ad6f6c2ee26db93467 +PKG_MD5SUM:=16d9f8c40bcb5638ee452fa23b21e346 PKG_SOURCE_URL:=http://www.lighttpd.net/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |