diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 18:37:54 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 18:37:54 +0000 |
commit | ee84c46bdd5b107685b626efd7378a5749d9d9b7 (patch) | |
tree | 27d8bc4a990dcea81d9172b048effa85f287260f /textproc/go-mmark | |
parent | 1782b5111e93fc3df8ea6d7c1de67926a57e6287 (diff) | |
download | pkgsrc-ee84c46bdd5b107685b626efd7378a5749d9d9b7.tar.gz |
Revbump all Go packages after go111 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 1d2db0af1a9..2e37df52ebf 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.6 2018/11/04 18:38:08 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |