diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-11-02 19:39:45 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-11-02 19:39:45 +0000 |
commit | 81261f43da23c1da3c921ed0499b272c8c4d2712 (patch) | |
tree | 6e1c9905354ede0fa909e094c52c155493c897ad /textproc/go-mmark | |
parent | b8bab24b3ac15ba9368ead5767d42d9204dff060 (diff) | |
download | pkgsrc-81261f43da23c1da3c921ed0499b272c8c4d2712.tar.gz |
Revbump all Go packages after go119 security 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 849da84e17b..9b4859682ab 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2022/10/05 11:33:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.51 2022/11/02 19:39:49 bsiegert Exp $ DISTNAME= mmark-2.2.10 PKGNAME= go-${DISTNAME} -PKGREVISION= 18 +PKGREVISION= 19 MASTER_SITES= ${MASTER_SITE_GITHUB:=mmarkdown/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |