summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-07-17 18:04:11 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-07-17 18:04:11 +0000
commit4dc51bbe311eb7780668b6267662c66c1329d72b (patch)
tree245b4972759fb02dfc409c1dba500e33437d2908 /math
parent93470644062449efefa45f04a90c918011fe5b01 (diff)
downloadpkgsrc-4dc51bbe311eb7780668b6267662c66c1329d72b.tar.gz
Revbump all Go packages after go114 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 4d5522a48ab..36c04052c3a 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.24 2020/07/17 18:04:24 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 19
+PKGREVISION= 20
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index ee422b4962c..92bf622c896 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2020/07/17 18:04:24 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}