diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-06-17 09:54:00 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-06-17 09:54:00 +0000 |
commit | 12467a3432097617162e68404bdae44d2cb0eb14 (patch) | |
tree | d0363623cb14b4d41eefe7f7bcb27b0ae40025b6 /textproc/go-runewidth | |
parent | eb286afb7ce90a4c812def78fa9dda944bd218c5 (diff) | |
download | pkgsrc-12467a3432097617162e68404bdae44d2cb0eb14.tar.gz |
Revbump Go packages after Go 1.14.4 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 b66a82c0c88..491afbedbf9 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2020/04/12 11:01:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2020/06/17 09:54:13 bsiegert Exp $ DISTNAME= go-runewidth-0.0.2 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_TAG= v${PKGVERSION_NOREV} |