summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-01-09 20:10:29 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-01-09 20:10:29 +0000
commit55d12dc9018cdf35f8c9e1a14dad9737d5713592 (patch)
tree828b8ca9f5e136e9ddfadddf7236addd00f023eb /security/go-crypto
parent86a928ab4bc6d7ae10a95522e619a1ba4227036b (diff)
downloadpkgsrc-55d12dc9018cdf35f8c9e1a14dad9737d5713592.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 904a5c9b5ce..0205eb75fdf 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2021/12/09 17:50:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.47 2022/01/09 20:10:37 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= 15
+PKGREVISION= 16
GO_SRCPATH= golang.org/x/crypto
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*