diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:33:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:33:47 +0000 |
commit | 5bd30d46771acb7310fb862f50431c010cddbe5f (patch) | |
tree | 36b62197a922ecb8a77c360db8e0cce447e4b01b | |
parent | 7ae9033db19478d4d1a58f35cd9b062535268446 (diff) | |
download | upstream-5bd30d46771acb7310fb862f50431c010cddbe5f.tar.gz upstream-5bd30d46771acb7310fb862f50431c010cddbe5f.tar.bz2 upstream-5bd30d46771acb7310fb862f50431c010cddbe5f.zip |
updated to new upstream release (v0.8.7)
SVN-Revision: 1952
-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 d0154d437b..b9321a9422 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.5 +PKG_VERSION:=0.8.7 PKG_RELEASE:=1 -PKG_MD5SUM:=d94a6964acd82ba8eba0c6a856df7b49 +PKG_MD5SUM:=c882a00a5b04f4aafc20bd612bcf8035 PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |