aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2025-01-17 06:07:26 +0900
committerAndrew Clemons <andrew.clemons@gmail.com>2025-01-17 06:07:26 +0900
commit6ce5ba16e7fd3cbcd062fb4728b09b80140b0bef (patch)
tree72dae0c5670727ef7308a53bad265c913de08b8f
parente521aebccfaf31159e1550059f604573d7b90441 (diff)
development/tflint: Updated for version 0.55.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--development/tflint/tflint.SlackBuild4
-rw-r--r--development/tflint/tflint.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/tflint/tflint.SlackBuild b/development/tflint/tflint.SlackBuild
index 4716585ad0..8eff913ebc 100644
--- a/development/tflint/tflint.SlackBuild
+++ b/development/tflint/tflint.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tflint
-# Copyright 2024 Andrew Clemons, Tokyo Japan
+# Copyright 2024-2025 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tflint
-VERSION=${VERSION:-0.54.0}
+VERSION=${VERSION:-0.55.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/tflint/tflint.info b/development/tflint/tflint.info
index e8e2f0d32a..0f6ccc15c9 100644
--- a/development/tflint/tflint.info
+++ b/development/tflint/tflint.info
@@ -1,8 +1,8 @@
PRGNAM="tflint"
-VERSION="0.54.0"
+VERSION="0.55.0"
HOMEPAGE="https://github.com/terraform-linters/tflint"
-DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.54.0/tflint-0.54.0.tar.gz"
-MD5SUM="2c49a0f68b21a075f013c456d95a29ac"
+DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.55.0/tflint-0.55.0.tar.gz"
+MD5SUM="f14ea852794d04577b85513b40c6b251"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"