diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-07-09 21:44:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-07-09 21:44:58 +0000 |
commit | c4b3694b3136e71f79c596c3478a3392ad42c04d (patch) | |
tree | d87ceaffefe97323fae791a5d63cbb00f6858084 /pkgtools | |
parent | a5fad2cd2678e04c530ece821c9617d656c5f1b2 (diff) | |
download | pkgsrc-c4b3694b3136e71f79c596c3478a3392ad42c04d.tar.gz |
Bump version to 20010709
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 938f9a11928..653638321d0 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/06/14 20:39:32 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/07/09 21:44:58 hubertf Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,7 +12,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= Message digest wrapper utility -VERSION= 20010320 +VERSION= 20010709 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} |