diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-20 18:00:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-20 18:00:30 +0000 |
commit | 00d1e1af290052c65571f6ae859155bc0a7c09db (patch) | |
tree | 5f16d37c5a7e9217a55351b54159ecdae0592a77 /openwrt/package | |
parent | d351d9bcc97c4d2a75750c963fbafc2a8c79b5cc (diff) | |
download | mtk-20170518-00d1e1af290052c65571f6ae859155bc0a7c09db.zip mtk-20170518-00d1e1af290052c65571f6ae859155bc0a7c09db.tar.gz mtk-20170518-00d1e1af290052c65571f6ae859155bc0a7c09db.tar.bz2 |
update htpdate to new upstream release (v0.9.0)
SVN-Revision: 2743
Diffstat (limited to 'openwrt/package')
-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 6071a8f..8eb04c5 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.8 +PKG_VERSION:=0.9.0 PKG_RELEASE:=1 -PKG_MD5SUM:=2fb8e0dc0cfdc557c9112f3c0907fd1e +PKG_MD5SUM:=12cf883c5619cf4c13a62f77f1a55b54 PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |