Date: Thu, 14 Dec 2023 11:35:03 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fb10b4e556c - main - sysutils/tflint: Update to 0.49.0 Message-ID: <202312141135.3BEBZ3r4060907@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb10b4e556cc86026ed3c468cc3f86ecd9dfee5 commit 6fb10b4e556cc86026ed3c468cc3f86ecd9dfee5 Author: Gabriel M. Dutra <nulldutra@proton.me> AuthorDate: 2023-12-13 07:58:33 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-12-14 11:34:49 +0000 sysutils/tflint: Update to 0.49.0 ChangeLog: https://github.com/terraform-linters/tflint/releases/tag/v0.49.0 PR: 275683 Reported by: nulldutra@proton.me (maintainer) --- sysutils/tflint/Makefile | 5 ++--- sysutils/tflint/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index f803a139a740..80f3edabc2c1 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,7 +1,6 @@ PORTNAME= tflint DISTVERSIONPREFIX= v -DISTVERSION= 0.48.0 -PORTREVISION= 1 +DISTVERSION= 0.49.0 CATEGORIES= sysutils MAINTAINER= nulldutra@proton.me @@ -11,7 +10,7 @@ WWW= https://github.com/terraform-linters/tflint LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.21,modules GO_MODULE= github.com/terraform-linters/tflint diff --git a/sysutils/tflint/distinfo b/sysutils/tflint/distinfo index c0bd4bcbb5af..d54cebdf869d 100644 --- a/sysutils/tflint/distinfo +++ b/sysutils/tflint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1695698948 -SHA256 (go/sysutils_tflint/tflint-v0.48.0/v0.48.0.mod) = afcc1a0a389677ba7335f515022d557900e7854cb9c69de6c6b846fec849342a -SIZE (go/sysutils_tflint/tflint-v0.48.0/v0.48.0.mod) = 4178 -SHA256 (go/sysutils_tflint/tflint-v0.48.0/v0.48.0.zip) = 57d899da77a38f75c0d9f0bbd4093b7c8f7a5cb9f81c91448cbbe44d96bee62c -SIZE (go/sysutils_tflint/tflint-v0.48.0/v0.48.0.zip) = 1499624 +TIMESTAMP = 1702436862 +SHA256 (go/sysutils_tflint/tflint-v0.49.0/v0.49.0.mod) = a0d245653e4e381a17ca596f01d259e4b5f18dbe8947ed62b14d6bd1ad738d47 +SIZE (go/sysutils_tflint/tflint-v0.49.0/v0.49.0.mod) = 4064 +SHA256 (go/sysutils_tflint/tflint-v0.49.0/v0.49.0.zip) = 7d5e0b47964744f553291168ef42544256126329b325a29e781ff0229e2dbb55 +SIZE (go/sysutils_tflint/tflint-v0.49.0/v0.49.0.zip) = 1501415
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312141135.3BEBZ3r4060907>