diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2024-06-28 13:04:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-28 18:24:50 +0700 |
commit | dd68c1307b3d1dea1a1ef68c51827a07d3c3e7e3 (patch) | |
tree | ca44884b3d64946bffea7dca095ac427c53bf3e8 /development | |
parent | 2575b025458f41d808fd42e5c17d245cb6ec9c3e (diff) |
development/terraform: Updated for version 1.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/terraform/terraform.SlackBuild | 2 | ||||
-rw-r--r-- | development/terraform/terraform.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/terraform/terraform.SlackBuild b/development/terraform/terraform.SlackBuild index 0dac129c1cee3..d01c848eeddba 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.8.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info index 01c9027e98035..31ccf2ef24540 100644 --- a/development/terraform/terraform.info +++ b/development/terraform/terraform.info @@ -1,8 +1,8 @@ PRGNAM="terraform" -VERSION="1.8.0" +VERSION="1.9.0" HOMEPAGE="https://www.terraform.io/" -DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.8.0/terraform-1.8.0.tar.gz" -MD5SUM="da3fb5b1df7615b28c072698063d0726" +DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.9.0/terraform-1.9.0.tar.gz" +MD5SUM="495fbef1687eab525f9463cf8e865d05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |