Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 12:42:39 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eeb26b931062 - main - sysutils/tflint: Update to 0.45.0
Message-ID:  <202302181242.31ICgdLm041264@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=eeb26b9310629c9103e90b96e4415ab6818df68d

commit eeb26b9310629c9103e90b96e4415ab6818df68d
Author:     Gabriel M. Dutra <0xdutra@gmail.com>
AuthorDate: 2023-02-17 08:33:38 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-18 12:38:12 +0000

    sysutils/tflint: Update to 0.45.0
    
    ChangeLog: https://github.com/terraform-linters/tflint/releases/tag/v0.45.0
    
    Enhancements
    
     * cmd: Add --filter option
     * cmd: Add --minimum-failure-severity flag, sets minimum issue severity for non-zero exit
     * cmd: Add --no-module option
     * plugin: Set the GPG key expiration to 2025-05-01
    
    BugFixes
    
     * plugin: Fix panic when plugin path could not be loaded
     * cmd: Reject all directory arguments with --chdir/--recursive
    
    PR:             269610
    Reported by:    0xdutra@gmail.com (maintainer)
---
 sysutils/tflint/Makefile |  3 +--
 sysutils/tflint/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile
index 8028e1eda013..9263bad71092 100644
--- a/sysutils/tflint/Makefile
+++ b/sysutils/tflint/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	tflint
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.44.1
-PORTREVISION=	2
+DISTVERSION=	0.45.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	0xdutra@gmail.com
diff --git a/sysutils/tflint/distinfo b/sysutils/tflint/distinfo
index 71640d69056e..ef3b9847affc 100644
--- a/sysutils/tflint/distinfo
+++ b/sysutils/tflint/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1673739025
-SHA256 (go/sysutils_tflint/tflint-v0.44.1/v0.44.1.mod) = d156b9d72c0f584c4ea1f0a38e194ac93b371c87692257424f975a3733df182b
-SIZE (go/sysutils_tflint/tflint-v0.44.1/v0.44.1.mod) = 3700
-SHA256 (go/sysutils_tflint/tflint-v0.44.1/v0.44.1.zip) = 3f72c7588512502659fb507de2dc75d0ca8bfa3921cc2775098dc8e81f01fc94
-SIZE (go/sysutils_tflint/tflint-v0.44.1/v0.44.1.zip) = 1463298
+TIMESTAMP = 1676601987
+SHA256 (go/sysutils_tflint/tflint-v0.45.0/v0.45.0.mod) = efef6b1697720fd0cf40921ee728ae557587de13e861dc2c36eeab43b313d82a
+SIZE (go/sysutils_tflint/tflint-v0.45.0/v0.45.0.mod) = 3955
+SHA256 (go/sysutils_tflint/tflint-v0.45.0/v0.45.0.zip) = 3826efc3054730ac7c827608c41beaf5e73c90a5032abe09b7f06b864551f4ad
+SIZE (go/sysutils_tflint/tflint-v0.45.0/v0.45.0.zip) = 1468035



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302181242.31ICgdLm041264>