summaryrefslogtreecommitdiff
path: root/math
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 /math
parentc2fdf38b76b0bbb0bc410194a6d98523fce63366 (diff)
downloadpkgsrc-08c0196bb6c90b437a376c7c06958dc690c47a7b.tar.gz
Revbump all Go packages after Go 1.12.1 update.
Diffstat (limited to 'math')
-rw-r--r--math/go-stats/Makefile4
-rw-r--r--math/go-units/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile
index 36abf1c78c0..4af9ded1b43 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2019/03/09 10:05:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2019/03/16 08:35:37 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 9e6e156ca86..1a5b217892a 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2019/03/09 10:05:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/16 08:35:37 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}