diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-11-13 19:26:03 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-11-13 19:26:03 +0000 |
commit | 49c2be56241568787b6283f0c4564c079bc66671 (patch) | |
tree | 2124d03ccd7369814aa8ca07a90c3fb0f7aa4ec2 /textproc/go-md2man | |
parent | 9796b2357a3be5426408a29b1cfc1f5c477f9a42 (diff) | |
download | pkgsrc-49c2be56241568787b6283f0c4564c079bc66671.tar.gz |
Revbump all Go packages after go115 update
Diffstat (limited to 'textproc/go-md2man')
-rw-r--r-- | textproc/go-md2man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index 9832bd40fca..f5a33748396 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2020/11/08 21:59:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2020/11/13 19:26:22 bsiegert Exp $ DISTNAME= go-md2man-1.0.8 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |