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 | 368fa612e1ff7c60adb7d638e64c94235f1b7389 (patch) | |
tree | 4265e5975744b0771dd4491bedbd21a72189d496 /package/htpdate | |
parent | 8bd7538e28e5f9b3e76614a110829d9208eb01b7 (diff) | |
download | upstream-368fa612e1ff7c60adb7d638e64c94235f1b7389.tar.gz upstream-368fa612e1ff7c60adb7d638e64c94235f1b7389.tar.bz2 upstream-368fa612e1ff7c60adb7d638e64c94235f1b7389.zip |
update htpdate to new upstream release (v0.9.0)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2743 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate')
-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 6071a8f1eb..8eb04c5a50 100644 --- a/package/htpdate/Makefile +++ b/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 |