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>
This commit is contained in:
Andrew Clemons 2024-08-23 08:58:50 +09:00 committed by Willy Sudiarto Raharjo
parent e744921888
commit 8f828bc99d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"