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 | 9108389d743ae3ac6b2fc0998458a5ecb996aaa4 (patch) | |
tree | 84c6b4aa155f7fa00730afc91beee456fe4182aa /openwrt/package/htpdate/Makefile | |
parent | 552564d7a6062c9e84e6094d37c2aae9b705ad85 (diff) | |
download | mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.zip mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.tar.gz mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.tar.bz2 |
Update to new upstream release (v0.8.1) Remove patch, same funcionnality is now included in new version
SVN-Revision: 1180
Diffstat (limited to 'openwrt/package/htpdate/Makefile')
-rw-r--r-- | openwrt/package/htpdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/htpdate/Makefile b/openwrt/package/htpdate/Makefile index 8505425..e37cf8f 100644 --- a/openwrt/package/htpdate/Makefile +++ b/openwrt/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 |