diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 20:10:29 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 20:10:29 +0000 |
commit | 55d12dc9018cdf35f8c9e1a14dad9737d5713592 (patch) | |
tree | 828b8ca9f5e136e9ddfadddf7236addd00f023eb /pkgtools | |
parent | 86a928ab4bc6d7ae10a95522e619a1ba4227036b (diff) | |
download | pkgsrc-55d12dc9018cdf35f8c9e1a14dad9737d5713592.tar.gz |
Revbump all Go packages after go117 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 75bcf3c6f2d..1310d6f680d 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.707 2022/01/01 12:44:24 rillig Exp $ +# $NetBSD: Makefile,v 1.708 2022/01/09 20:10:37 bsiegert Exp $ PKGNAME= pkglint-21.4.1 +PKGREVISION= 1 CATEGORIES= pkgtools DISTNAME= tools MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} |