diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-08-14 15:45:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-08-14 15:45:31 +0000 |
commit | 07998c510ab591c54a6580cda64d57ce49e5cec7 (patch) | |
tree | d046ed0b49ee8c7a2ef51212cf520632833c17a7 /textproc/go-md2man | |
parent | 44e192363f042abd4ad05b2933af141dd158993a (diff) | |
download | pkgsrc-07998c510ab591c54a6580cda64d57ce49e5cec7.tar.gz |
Recursive bump of all packages using Go after Go 1.12.8 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 5d1e8da0a18..6978ad1407e 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2019/05/27 15:18:32 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2019/08/14 15:45:48 bsiegert Exp $ DISTNAME= go-md2man-1.0.8 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |