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 | a1b42ced8aa48b9b70ef01c5dcd99b5f1ff960ef (patch) | |
tree | bad53c3b099613ef9efd7bc340be84d765497a70 | |
parent | 7c2bbee3fbb615a58c7a09fa7bee6edfb2fc8c26 (diff) | |
download | upstream-a1b42ced8aa48b9b70ef01c5dcd99b5f1ff960ef.tar.gz upstream-a1b42ced8aa48b9b70ef01c5dcd99b5f1ff960ef.tar.bz2 upstream-a1b42ced8aa48b9b70ef01c5dcd99b5f1ff960ef.zip |
updated to new upstream release (v0.8.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1952 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 d0154d437b..b9321a9422 100644 --- a/package/htpdate/Makefile +++ b/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 |