diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-08-23 08:58:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-24 11:55:17 +0700 |
commit | 8f828bc99d569a5ffa308b5cfb12da3f2c5d9929 (patch) | |
tree | d2a8dca2c7f08aa6d53a3fc2dd90cd25f0bd6bc4 /development | |
parent | e74492188873377804ca4fd9e0ee44fdf2c28f68 (diff) |
development/tflint: Updated for version 0.53.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 8e099765bdb2..41e34142d263 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.52.0} +VERSION=${VERSION:-0.53.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/tflint/tflint.info b/development/tflint/tflint.info index d17aae1edab5..8acd2b581a68 100644 --- a/development/tflint/tflint.info +++ b/development/tflint/tflint.info @@ -1,8 +1,8 @@ PRGNAM="tflint" -VERSION="0.52.0" +VERSION="0.53.0" HOMEPAGE="https://github.com/terraform-linters/tflint" -DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.52.0/tflint-0.52.0.tar.gz" -MD5SUM="e6edafdd57ec77453c13361a25ffb797" +DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.53.0/tflint-0.53.0.tar.gz" +MD5SUM="d05729ea135a675c9f567c352353875f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |