summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-03-09 10:05:01 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-03-09 10:05:01 +0000
commited0cc7deaacdf3ab55542f4300bcdaa9d830624a (patch)
tree00991b7c6b44b2cc9365eb2ccb3d3d81e0d62698 /security/go-crypto
parent6d485f95bbc1d25fab51c05b6b9905796369c927 (diff)
downloadpkgsrc-ed0cc7deaacdf3ab55542f4300bcdaa9d830624a.tar.gz
all: revbump Go packages, now that they use go112 to build
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 2694d043fa3..e65d8319f27 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2019/01/24 10:00:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2019/03/09 10:05:11 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 5
+PKGREVISION= 6
DISTNAME= go-crypto-0.0.20180308
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}