summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-12-09 17:50:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-12-09 17:50:09 +0000
commit984db9a04a02d9e5e5e095c9e14ed3ad7df6bac4 (patch)
treee53b01fc8c74e65dcdcdb7a74fece23f48dc0306 /security/go-crypto
parent7558c6b5af593febcf58136d2db94986f658d245 (diff)
downloadpkgsrc-984db9a04a02d9e5e5e095c9e14ed3ad7df6bac4.tar.gz
Revbump all Go packages after go117 update
Diffstat (limited to 'security/go-crypto')
-rw-r--r--security/go-crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index a5e926112e7..904a5c9b5ce 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2021/11/05 20:02:47 bsiegert Exp $
+# $NetBSD: Makefile,v 1.46 2021/12/09 17:50:13 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= 14
+PKGREVISION= 15
GO_SRCPATH= golang.org/x/crypto
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*