summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-10-15 13:08:12 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-10-15 13:08:12 +0000
commitf7bf5715d1e9e039595e33b95beb309712b3d1e2 (patch)
treee899f68a15271a2797c645421e91ccb80cf183b5 /math
parentb048f846f0e3e88d3066bf72f7fd7254242e54ad (diff)
downloadpkgsrc-f7bf5715d1e9e039595e33b95beb309712b3d1e2.tar.gz
Revbump all Go packages after go115 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 45aeab6ab62..b38645dd11c 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2020/09/03 07:29:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2020/10/15 13:08:25 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 22
+PKGREVISION= 23
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 4f7fa44ea7a..8242150f6e7 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/09/03 07:29:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/15 13:08:25 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}