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 /www/go-minify | |
parent | 02f3ecded7a080199db677f7d3c52b79ebc44d6a (diff) | |
download | pkgsrc-4cdbf516beb7f96c9e722a3493c56e4c349628e5.tar.gz |
Revbump all Go packages after go119 security update
Diffstat (limited to 'www/go-minify')
-rw-r--r-- | www/go-minify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/go-minify/Makefile b/www/go-minify/Makefile index c85de031b60..f918f7c4315 100644 --- a/www/go-minify/Makefile +++ b/www/go-minify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2022/11/02 19:39:51 bsiegert Exp $ +# $NetBSD: Makefile,v 1.50 2022/12/08 16:14:19 bsiegert Exp $ DISTNAME= minify-2.9.21 PKGNAME= go-${DISTNAME} -PKGREVISION= 16 +PKGREVISION= 17 MASTER_SITES= ${MASTER_SITE_GITHUB:=tdewolff/} CATEGORIES= www GITHUB_PROJECT= minify |