diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 01:01:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 01:01:43 +0000 |
commit | 03070a7b7d83fa0d22091a9e4dfc7f7d42bfcaf0 (patch) | |
tree | 922bc7c7cba8ef341857e5e03cce373053182697 | |
parent | a73df038a41fc1984377499faf0f7adc1faa1139 (diff) |
update htpdate to new upstream release (v0.8.8)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2162 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/htpdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/htpdate/Makefile b/package/htpdate/Makefile index b9321a9422..6071a8f1eb 100644 --- a/package/htpdate/Makefile +++ b/package/htpdate/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htpdate -PKG_VERSION:=0.8.7 +PKG_VERSION:=0.8.8 PKG_RELEASE:=1 -PKG_MD5SUM:=c882a00a5b04f4aafc20bd612bcf8035 +PKG_MD5SUM:=2fb8e0dc0cfdc557c9112f3c0907fd1e PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |