summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-09-17 13:52:45 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-09-17 13:52:45 +0000
commit1b4524510e389d1f414c65645b28daea331f825e (patch)
treebcfd7017c60c1298858817013869bf73070bcb6e /security/go-crypto
parentc0886d45f90e562e06a7cad80fdc6f768f4d32de (diff)
downloadpkgsrc-1b4524510e389d1f414c65645b28daea331f825e.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 03c738eba83..50be8124fa2 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2021/08/11 19:35:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.43 2021/09/17 13:52:50 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= 11
+PKGREVISION= 12
GO_SRCPATH= golang.org/x/crypto
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*