summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-06-17 09:54:00 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-06-17 09:54:00 +0000
commit12467a3432097617162e68404bdae44d2cb0eb14 (patch)
treed0363623cb14b4d41eefe7f7bcb27b0ae40025b6 /math
parenteb286afb7ce90a4c812def78fa9dda944bd218c5 (diff)
downloadpkgsrc-12467a3432097617162e68404bdae44d2cb0eb14.tar.gz
Revbump Go packages after Go 1.14.4 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 e27920d16aa..4d5522a48ab 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2020/04/12 11:01:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/06/17 09:54:16 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 18
+PKGREVISION= 19
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 04516abd888..ee422b4962c 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/04/12 11:01:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/17 09:54:16 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}