diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-02-02 14:18:56 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-02-02 14:18:56 +0000 |
commit | a3606608f5a434e3b35070dfcdf514153dda7969 (patch) | |
tree | be2a764be91c9565e3eacb8e9229188dfd303866 /textproc/go-runewidth | |
parent | 9d7ad32f72dc16182783f8e54414d4c91682a91a (diff) | |
download | pkgsrc-a3606608f5a434e3b35070dfcdf514153dda7969.tar.gz |
Revbump all Go packages after go113 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 ce68fec9c66..33d7b25e5c7 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2020/01/10 13:32:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2020/02/02 14:19:12 bsiegert Exp $ DISTNAME= go-runewidth-0.0.2 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_TAG= v${PKGVERSION_NOREV} |