diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-09-07 09:32:14 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-09-07 09:32:14 +0000 |
commit | 8bd9d1d9bea810a33ab5110cf0b87fdb64afd3a6 (patch) | |
tree | 7927a273edb89b6d3ae9069c5d4a25fee1e6527d /editors | |
parent | f6019c7fc92cf51c03d9932ff4072fa649ab8093 (diff) | |
download | pkgsrc-8bd9d1d9bea810a33ab5110cf0b87fdb64afd3a6.tar.gz |
Revbump all Go packages after go118 security update
Diffstat (limited to 'editors')
-rw-r--r-- | editors/micro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/micro/Makefile b/editors/micro/Makefile index fb762c806e3..1907adac3e7 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2022/08/12 20:37:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2022/09/07 09:32:14 bsiegert Exp $ DISTNAME= micro-2.0.10 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=zyedidia/} GITHUB_TAG= v${PKGVERSION_NOREV} |