diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-06-17 09:54:00 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-06-17 09:54:00 +0000 |
commit | 12467a3432097617162e68404bdae44d2cb0eb14 (patch) | |
tree | d0363623cb14b4d41eefe7f7bcb27b0ae40025b6 /textproc/go-mmark | |
parent | eb286afb7ce90a4c812def78fa9dda944bd218c5 (diff) | |
download | pkgsrc-12467a3432097617162e68404bdae44d2cb0eb14.tar.gz |
Revbump Go packages after Go 1.14.4 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 2380ff225cf..38d07ca753a 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2020/04/12 11:01:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2020/06/17 09:54:12 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 18 +PKGREVISION= 19 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |