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 | 57e465a8fc7e38a344d0eeaa2994fadad36ab66f (patch) | |
tree | ab39047219320dd235700a4326b967f426a9e37e /openwrt/package/lighttpd | |
parent | 548fd11a4da74c7aa101b6b6c9eb15eb6526edd4 (diff) | |
download | mtk-20170518-57e465a8fc7e38a344d0eeaa2994fadad36ab66f.zip mtk-20170518-57e465a8fc7e38a344d0eeaa2994fadad36ab66f.tar.gz mtk-20170518-57e465a8fc7e38a344d0eeaa2994fadad36ab66f.tar.bz2 |
Updated to new upstream release (v1.3.14)
SVN-Revision: 1258
Diffstat (limited to 'openwrt/package/lighttpd')
-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 92ba78f..38aaa85 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.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 |