Browse Source
development/tflint: Updated for version 0.55.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/277/head
Andrew Clemons
9 months ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
5 additions and
5 deletions
-
development/tflint/tflint.SlackBuild
-
development/tflint/tflint.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for tflint |
|
|
|
|
|
|
|
# Copyright 2024 Andrew Clemons, Tokyo Japan |
|
|
|
# Copyright 2024-2025 Andrew Clemons, Tokyo Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=tflint |
|
|
|
VERSION=${VERSION:-0.54.0} |
|
|
|
VERSION=${VERSION:-0.55.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="tflint" |
|
|
|
VERSION="0.54.0" |
|
|
|
VERSION="0.55.0" |
|
|
|
HOMEPAGE="https://github.com/terraform-linters/tflint" |
|
|
|
DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.54.0/tflint-0.54.0.tar.gz" |
|
|
|
MD5SUM="2c49a0f68b21a075f013c456d95a29ac" |
|
|
|
DOWNLOAD="https://github.com/terraform-linters/tflint/archive/v0.55.0/tflint-0.55.0.tar.gz" |
|
|
|
MD5SUM="f14ea852794d04577b85513b40c6b251" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="google-go-lang" |
|
|
|