summaryrefslogtreecommitdiff
path: root/math/go-units
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-03-19 17:36:46 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-03-19 17:36:46 +0000
commit2739a27a591f1f1bd9d03ed97057629f38d99292 (patch)
tree7af90666f60a09f0434cc49f9ef51bbecc836d30 /math/go-units
parent52b83127f72a59b9bc5bd1436f99243a8eea4003 (diff)
downloadpkgsrc-2739a27a591f1f1bd9d03ed97057629f38d99292.tar.gz
Revbump all Go packages after go115 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 8c2c5627591..17907e66256 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2021/01/23 14:23:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2021/03/19 17:37:00 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}