From 8f828bc99d569a5ffa308b5cfb12da3f2c5d9929 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Fri, 23 Aug 2024 08:58:50 +0900 Subject: [PATCH] development/tflint: Updated for version 0.53.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/tflint/tflint.SlackBuild | 2 +- 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 8e099765bd..41e34142d2 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 d17aae1eda..8acd2b581a 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"