summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-10-08 18:55:02 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-10-08 18:55:02 +0000
commit0165585dc9f4af7ad599c8491298894e99f1d480 (patch)
treefea278e8cb99bec15012f45a3421440bc9a3ad71 /security/go-crypto
parent60a431b6d814108a92b4693e7f27ed51ec629e5b (diff)
downloadpkgsrc-0165585dc9f4af7ad599c8491298894e99f1d480.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 50be8124fa2..69d6f5796a4 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/09/17 13:52:50 bsiegert Exp $
+# $NetBSD: Makefile,v 1.44 2021/10/08 18:55:05 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= 12
+PKGREVISION= 13
GO_SRCPATH= golang.org/x/crypto
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*