diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-03-30 13:03:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-05 09:45:00 +0700 |
commit | be7fce41868e3d24ded2fc38884f8919a71c54a9 (patch) | |
tree | 99c577aef06510423e7815493ea8df6933861b7e /development | |
parent | d8578f362f337a7d509d147cef1c1fe75ad338e9 (diff) |
development/tflint: Updated for version 0.56.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 b804261ed3..3f9d8d72b2 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.55.1} +VERSION=${VERSION:-0.56.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/tflint/tflint.info b/development/tflint/tflint.info index ab3af2ebfb..91a5000acd 100644 --- a/development/tflint/tflint.info +++ b/development/tflint/tflint.info @@ -1,8 +1,8 @@ PRGNAM="tflint" -VERSION="0.55.1" +VERSION="0.56.0" HOMEPAGE="https://github.com/terraform-linters/tflint" -DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.55.1/tflint-0.55.1.tar.gz" -MD5SUM="801ce1c9b580d2bae57d09e59725d5aa" +DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.56.0/tflint-0.56.0.tar.gz" +MD5SUM="a69bd198f6f2dbef59bcb15da370be1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |