diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2023-04-27 14:22:51 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 09:22:23 +0700 |
commit | a0beb1a632b20f923d6fe692d169faa8f9d807cc (patch) | |
tree | 3ca10705e6b85fe8161d6bcc68de07b1d6d05e60 /development/terraform/terraform.SlackBuild | |
parent | 0c9cfc0cd2942b5a91b809f0fc6fa63f1e1624c4 (diff) |
development/terraform: Updated for version 1.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/terraform/terraform.SlackBuild')
-rw-r--r-- | development/terraform/terraform.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/terraform/terraform.SlackBuild b/development/terraform/terraform.SlackBuild index b1ea8edf7a..7940bd7836 100644 --- a/development/terraform/terraform.SlackBuild +++ b/development/terraform/terraform.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=terraform -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |