diff options
Diffstat (limited to 'security/go-crypto/Makefile')
-rw-r--r-- | security/go-crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile index 0205eb75fdf..e9462b6b4c7 100644 --- a/security/go-crypto/Makefile +++ b/security/go-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2022/01/09 20:10:37 bsiegert Exp $ +# $NetBSD: Makefile,v 1.48 2022/02/13 19:24:25 bsiegert Exp $ COMMENT= Go supplementary cryptography libraries DISTNAME= go-crypto-0.0.20200122 @@ -10,7 +10,7 @@ GITHUB_TAG= 69ecbb4d6d MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/golang/crypto/ LICENSE= modified-bsd -PKGREVISION= 16 +PKGREVISION= 17 GO_SRCPATH= golang.org/x/crypto GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* |