summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-08-14 20:01:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-08-14 20:01:19 +0000
commit6daed808fdef79804d529e5a46d4b160be6fbc2c (patch)
tree042e99087efa7a22aa17826f2c2c91bde6647ef6 /math
parentdebecddf83a7d0dcc8f7ce7074d24195fc5051da (diff)
downloadpkgsrc-6daed808fdef79804d529e5a46d4b160be6fbc2c.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 36c04052c3a..ebc1f095930 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/07/17 18:04:24 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/14 20:01:40 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 20
+PKGREVISION= 21
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 92bf622c896..b81801debfc 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2020/07/17 18:04:24 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/14 20:01:39 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}