diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-01-10 13:32:09 +0000 |
commit | 48efc970024cc2166d6b450f27478d8fa07da537 (patch) | |
tree | cbada71ad111422a2982ab988d00e7d2edaa9cd5 /pkgtools | |
parent | 8d96b38d11967fc92ee9d8e72f29ef6b2ee5e03d (diff) | |
download | pkgsrc-48efc970024cc2166d6b450f27478d8fa07da537.tar.gz |
Revbump Go packages after Go default version bump.
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 d78c44a642c..96ca94684ad 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.623 2020/01/06 20:38:42 rillig Exp $ +# $NetBSD: Makefile,v 1.624 2020/01/10 13:32:19 bsiegert Exp $ PKGNAME= pkglint-19.4.2 +PKGREVISION= 1 CATEGORIES= pkgtools DISTNAME= tools MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} |