diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-08 21:54:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-08 21:54:45 +0000 |
commit | 24ef2c38cfd9752fb41457fba47e15a5b4f79538 (patch) | |
tree | d8a46e708c43cff911d00d23ec72402209ff8644 /package/htpdate/Makefile | |
parent | 43ea572c2266b72083c32c44990933b3ec3580e8 (diff) | |
download | upstream-24ef2c38cfd9752fb41457fba47e15a5b4f79538.tar.gz upstream-24ef2c38cfd9752fb41457fba47e15a5b4f79538.tar.bz2 upstream-24ef2c38cfd9752fb41457fba47e15a5b4f79538.zip |
Update to new upstream release (v0.8.1)
Remove patch, same funcionnality is now included in new version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate/Makefile')
-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 8505425747..e37cf8ffd7 100644 --- a/package/htpdate/Makefile +++ b/package/htpdate/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htpdate -PKG_VERSION:=0.8.0 +PKG_VERSION:=0.8.1 PKG_RELEASE:=1 -PKG_MD5SUM:=5fd1ba822e0949a3cb34e3f61fbeb8ca +PKG_MD5SUM:=f9a984d5c2f78401ed6712760331ca7f PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |