summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-10-18 14:58:43 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-10-18 14:58:43 +0000
commit4594a9126b460916a60da8f8bceb6d97b1035a55 (patch)
treec9dec13a284c5f0a3c37cee160658b190e50b2cd /math
parente0906cb5ffeaf26c001501ec2bf971efc8b35e77 (diff)
downloadpkgsrc-4594a9126b460916a60da8f8bceb6d97b1035a55.tar.gz
Revbump all Go packages after lang/go112 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 0381dd26549..a89e245feeb 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/09/26 20:10:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2019/10/18 14:58:53 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 12
+PKGREVISION= 13
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 0fc3a382ca7..71eaf17014c 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2019/09/26 20:10:50 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2019/10/18 14:58:53 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}