diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-12-08 16:14:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-12-08 16:14:12 +0000 |
commit | 4cdbf516beb7f96c9e722a3493c56e4c349628e5 (patch) | |
tree | 86bbe4d3fe2abac3abd9a534837f0761c197e27c /pkgtools | |
parent | 02f3ecded7a080199db677f7d3c52b79ebc44d6a (diff) | |
download | pkgsrc-4cdbf516beb7f96c9e722a3493c56e4c349628e5.tar.gz |
Revbump all Go packages after go119 security update
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index ebf01ee2fd9..92eb46854e2 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.735 2022/11/28 23:33:28 rillig Exp $ +# $NetBSD: Makefile,v 1.736 2022/12/08 16:14:21 bsiegert Exp $ PKGNAME= pkglint-22.3.2 +PKGREVISION= 1 CATEGORIES= pkgtools MAINTAINER= rillig@NetBSD.org |