summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-09-26 20:10:39 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-09-26 20:10:39 +0000
commitafb8590c95bba19b651cd83dcd3530827692d05b (patch)
treeed43a265f959cb2bbc57bc6c19ff8573746b7921 /math
parente54fbaf177ffb1f14bb0396c9b497a60e438d9ef (diff)
downloadpkgsrc-afb8590c95bba19b651cd83dcd3530827692d05b.tar.gz
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
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 8cd4a9b3c02..0381dd26549 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/08/14 15:45:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.15 2019/09/26 20:10:49 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 11
+PKGREVISION= 12
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 4d85cb7d75f..0fc3a382ca7 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2019/08/14 15:45:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/09/26 20:10:50 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}