diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-20 18:00:30 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-20 18:00:30 +0000 |
commit | 42cbb77442e5f3d0e3ee5c7a2f7f298cd90b9254 (patch) | |
tree | 656c00fc8e24fd6d42b0f99c8168ced79eb580a9 | |
parent | f85e441b29264e30d0b3a3c0b58b0af6869e0238 (diff) |
update htpdate to new upstream release (v0.9.0)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2743 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 6071a8f1e..8eb04c5a5 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 |