diff options
-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} |