diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 20:10:29 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 20:10:29 +0000 |
commit | 55d12dc9018cdf35f8c9e1a14dad9737d5713592 (patch) | |
tree | 828b8ca9f5e136e9ddfadddf7236addd00f023eb /textproc/go-mmark | |
parent | 86a928ab4bc6d7ae10a95522e619a1ba4227036b (diff) | |
download | pkgsrc-55d12dc9018cdf35f8c9e1a14dad9737d5713592.tar.gz |
Revbump all Go packages after go117 update
Diffstat (limited to 'textproc/go-mmark')
-rw-r--r-- | textproc/go-mmark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index 96c6bd306a1..446e105b090 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2021/12/09 17:50:12 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2022/01/09 20:10:39 bsiegert Exp $ DISTNAME= mmark-2.2.10 PKGNAME= go-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 MASTER_SITES= ${MASTER_SITE_GITHUB:=mmarkdown/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |