diff options
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 df02b997c90..a867d2e3599 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2020/07/17 18:04:30 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2020/08/14 20:01:37 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 20 +PKGREVISION= 21 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |