diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-01-17 06:07:26 +0900 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2025-01-17 06:07:26 +0900 |
commit | 6ce5ba16e7fd3cbcd062fb4728b09b80140b0bef (patch) | |
tree | 72dae0c5670727ef7308a53bad265c913de08b8f /development/tflint/tflint.SlackBuild | |
parent | e521aebccfaf31159e1550059f604573d7b90441 (diff) |
development/tflint: Updated for version 0.55.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/tflint/tflint.SlackBuild')
-rw-r--r-- | development/tflint/tflint.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/tflint/tflint.SlackBuild b/development/tflint/tflint.SlackBuild index 4716585ad0..8eff913ebc 100644 --- a/development/tflint/tflint.SlackBuild +++ b/development/tflint/tflint.SlackBuild @@ -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} |