diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
commit | 10be6e75200113201be29963fc26cd7f95815671 (patch) | |
tree | 0861b0a8c71e44ac251f2d00c1f2f397a3b2bc9d /textproc/go-mmark | |
parent | 09be82c6248509247472fdbd6ab7d756c40bf35d (diff) | |
download | pkgsrc-10be6e75200113201be29963fc26cd7f95815671.tar.gz |
Revbump all Go packages after go112 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 3d1b4b96799..8a00d910a26 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:39 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/16 18:41:10 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |