summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-11-13 19:26:03 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-11-13 19:26:03 +0000
commit49c2be56241568787b6283f0c4564c079bc66671 (patch)
tree2124d03ccd7369814aa8ca07a90c3fb0f7aa4ec2 /math
parent9796b2357a3be5426408a29b1cfc1f5c477f9a42 (diff)
downloadpkgsrc-49c2be56241568787b6283f0c4564c079bc66671.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 101f013b841..733b90a8d2f 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:16 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 201e4573233..3033ec7595c 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2020/11/08 21:59:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/11/13 19:26:17 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}