diff options
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} |