diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-11-13 19:26:03 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-11-13 19:26:03 +0000 |
commit | 49c2be56241568787b6283f0c4564c079bc66671 (patch) | |
tree | 2124d03ccd7369814aa8ca07a90c3fb0f7aa4ec2 /textproc/go-goldmark | |
parent | 9796b2357a3be5426408a29b1cfc1f5c477f9a42 (diff) | |
download | pkgsrc-49c2be56241568787b6283f0c4564c079bc66671.tar.gz |
Revbump all Go packages after go115 update
Diffstat (limited to 'textproc/go-goldmark')
-rw-r--r-- | textproc/go-goldmark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-goldmark/Makefile b/textproc/go-goldmark/Makefile index 230e0fe5123..f6ade974920 100644 --- a/textproc/go-goldmark/Makefile +++ b/textproc/go-goldmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/11/08 21:59:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2020/11/13 19:26:22 bsiegert Exp $ DISTNAME= goldmark-1.1.30 PKGNAME= go-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 MASTER_SITES= ${MASTER_SITE_GITHUB:=yuin/} CATEGORIES= textproc GITHUB_PROJECT= goldmark |