summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2025-05-06 12:00:13 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-10 12:08:55 +0700
commita5258572339915d1b727bea30df061fc8379961f (patch)
treee0db77c8db5dbfcc8795e8c6f1a506d022bc99ce
parent81254f42cacf4fbed4ba6f1861c7ba9bc82fab1a (diff)
downloadslackbuilds-a5258572339915d1b727bea30df061fc8379961f.tar.gz
slackbuilds-a5258572339915d1b727bea30df061fc8379961f.tar.xz
development/tflint: Updated for version 0.57.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/tflint/tflint.SlackBuild2
-rw-r--r--development/tflint/tflint.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/tflint/tflint.SlackBuild b/development/tflint/tflint.SlackBuild
index 3f9d8d72b2..f1cf869bf2 100644
--- a/development/tflint/tflint.SlackBuild
+++ b/development/tflint/tflint.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tflint
-VERSION=${VERSION:-0.56.0}
+VERSION=${VERSION:-0.57.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/tflint/tflint.info b/development/tflint/tflint.info
index 91a5000acd..417f1c0f8e 100644
--- a/development/tflint/tflint.info
+++ b/development/tflint/tflint.info
@@ -1,8 +1,8 @@
PRGNAM="tflint"
-VERSION="0.56.0"
+VERSION="0.57.0"
HOMEPAGE="https://github.com/terraform-linters/tflint"
-DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.56.0/tflint-0.56.0.tar.gz"
-MD5SUM="a69bd198f6f2dbef59bcb15da370be1f"
+DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.57.0/tflint-0.57.0.tar.gz"
+MD5SUM="94af121ae47af0b98aa1d6fb43f03614"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"