summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-11-08 21:59:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-11-08 21:59:09 +0000
commit90ec0cef96181f974072861ab2d73ad9f9f2dc8e (patch)
tree203cd1d9b99811acefdff941d7f3f71d6b831516 /math
parent6b02a14420bd80c9a4d761495b08d88aecc7c1b0 (diff)
downloadpkgsrc-90ec0cef96181f974072861ab2d73ad9f9f2dc8e.tar.gz
Revbump all Go packages after Go 1.15 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 b38645dd11c..101f013b841 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/10/15 13:08:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:26 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 23
+PKGREVISION= 24
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 8242150f6e7..201e4573233 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/10/15 13:08:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/08 21:59:27 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}