diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-11-16 14:02:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:03 +0700 |
commit | d0c5469ca00646e158d87e90eb1a7c03deeb8e83 (patch) | |
tree | e0d9274785701737b1d8ad057d451d77bd44bdd7 /development | |
parent | 93ac198f88a7a4a88e451bce3dc106dda14b204f (diff) |
development/tflint: Updated for version 0.54.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/tflint/tflint.SlackBuild | 2 | ||||
-rw-r--r-- | development/tflint/tflint.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/tflint/tflint.SlackBuild b/development/tflint/tflint.SlackBuild index 41e34142d263..4716585ad0f1 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.53.0} +VERSION=${VERSION:-0.54.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/tflint/tflint.info b/development/tflint/tflint.info index 8acd2b581a68..e8e2f0d32a50 100644 --- a/development/tflint/tflint.info +++ b/development/tflint/tflint.info @@ -1,8 +1,8 @@ PRGNAM="tflint" -VERSION="0.53.0" +VERSION="0.54.0" HOMEPAGE="https://github.com/terraform-linters/tflint" -DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.53.0/tflint-0.53.0.tar.gz" -MD5SUM="d05729ea135a675c9f567c352353875f" +DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.54.0/tflint-0.54.0.tar.gz" +MD5SUM="2c49a0f68b21a075f013c456d95a29ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |