diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
commit | 48efc970024cc2166d6b450f27478d8fa07da537 (patch) | |
tree | cbada71ad111422a2982ab988d00e7d2edaa9cd5 /textproc/go-mmark | |
parent | 8d96b38d11967fc92ee9d8e72f29ef6b2ee5e03d (diff) | |
download | pkgsrc-48efc970024cc2166d6b450f27478d8fa07da537.tar.gz |
Revbump Go packages after Go default version bump.
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 8c8367936ac..ea73eca0274 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2019/12/13 07:43:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/10 13:32:18 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |