diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-06-12 17:50:20 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-06-12 17:50:20 +0000 |
commit | fa7e2bdd95978c77ba91bd892167bbd6ca692018 (patch) | |
tree | 61ee70baa437b5a95916282a6ce246f81fad3c50 /textproc/go-runewidth | |
parent | 2d69138801c11474c23d8dc3248f61230e1284dc (diff) | |
download | pkgsrc-fa7e2bdd95978c77ba91bd892167bbd6ca692018.tar.gz |
Revbump all Go packages after lang/go update.
Diffstat (limited to 'textproc/go-runewidth')
-rw-r--r-- | textproc/go-runewidth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-runewidth/Makefile b/textproc/go-runewidth/Makefile index 1234ebaa09e..ffe76cf6ab5 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/03/30 11:56:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2018/06/12 17:50:29 bsiegert Exp $ DISTNAME= go-runewidth-0.0.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_TAG= v${PKGVERSION_NOREV} |