diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
commit | 48efc970024cc2166d6b450f27478d8fa07da537 (patch) | |
tree | cbada71ad111422a2982ab988d00e7d2edaa9cd5 /math | |
parent | 8d96b38d11967fc92ee9d8e72f29ef6b2ee5e03d (diff) | |
download | pkgsrc-48efc970024cc2166d6b450f27478d8fa07da537.tar.gz |
Revbump Go packages after Go default version bump.
Diffstat (limited to 'math')
-rw-r--r-- | math/go-stats/Makefile | 4 | ||||
-rw-r--r-- | math/go-units/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile index 654ae17790d..b6ad78ae40a 100644 --- a/math/go-stats/Makefile +++ b/math/go-stats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2019/12/13 07:43:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/10 13:32:11 bsiegert Exp $ DISTNAME= stats-0.2.0.20170729 PKGNAME= go-${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/} CATEGORIES= math GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca diff --git a/math/go-units/Makefile b/math/go-units/Makefile index 8958af908dd..574cb7aa660 100644 --- a/math/go-units/Makefile +++ b/math/go-units/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2019/12/13 07:43:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/10 13:32:11 bsiegert Exp $ DISTNAME= units-0.0.20151021 PKGNAME= go-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/} GITHUB_PROJECT= ${PKGBASE:S/^go-//} |