summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-03-16 08:35:37 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-03-16 08:35:37 +0000
commit08c0196bb6c90b437a376c7c06958dc690c47a7b (patch)
tree8d368b0cf075b74cdd0a8eecd724e1697445ec85 /security/go-crypto
parentc2fdf38b76b0bbb0bc410194a6d98523fce63366 (diff)
downloadpkgsrc-08c0196bb6c90b437a376c7c06958dc690c47a7b.tar.gz
Revbump all Go packages after Go 1.12.1 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 e65d8319f27..00828b7da83 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2019/03/16 08:35:40 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 6
+PKGREVISION= 7
DISTNAME= go-crypto-0.0.20180308
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}