summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-05-08 15:02:22 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-05-08 15:02:22 +0000
commit68a86957feb47fc2db52890ea04d45b80df257ff (patch)
tree6e558bb235abe332cba219c84d18033dc1748e1e /math
parentafa45c23f15d9a179b5c511aabdf59e491da13dd (diff)
downloadpkgsrc-68a86957feb47fc2db52890ea04d45b80df257ff.tar.gz
Revbump all Go packages after go116 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 330a3196e4e..dc55f04fb5d 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2021/03/19 17:37:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2021/05/08 15:02:27 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 27
+PKGREVISION= 28
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 17907e66256..f7a75120c30 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2021/03/19 17:37:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.26 2021/05/08 15:02:27 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}