summaryrefslogtreecommitdiff
path: root/math/go-units
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-08-14 15:45:31 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-08-14 15:45:31 +0000
commit07998c510ab591c54a6580cda64d57ce49e5cec7 (patch)
treed046ed0b49ee8c7a2ef51212cf520632833c17a7 /math/go-units
parent44e192363f042abd4ad05b2933af141dd158993a (diff)
downloadpkgsrc-07998c510ab591c54a6580cda64d57ce49e5cec7.tar.gz
Recursive bump of all packages using Go after Go 1.12.8 update.
Diffstat (limited to 'math/go-units')
-rw-r--r--math/go-units/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 26b1e84835b..4d85cb7d75f 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2019/05/27 15:18:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2019/08/14 15:45:44 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}