diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2025-03-29 02:25:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-29 08:16:34 +0700 |
commit | 9d347e6871b206e6bdeb0657ada134a6e197905b (patch) | |
tree | 6cbdcc3b34e8e861dc1231c672d34451e36975e7 | |
parent | 03406af97ea36100d8b09dd52882e492cd1c5e42 (diff) |
development/terraform: Updated for version 1.11.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 e2bd0d1e58..bc9d849413 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.11.1} +VERSION=${VERSION:-1.11.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info index 89b79c5016..da81b1cd32 100644 --- a/development/terraform/terraform.info +++ b/development/terraform/terraform.info @@ -1,8 +1,8 @@ PRGNAM="terraform" -VERSION="1.11.1" +VERSION="1.11.3" HOMEPAGE="https://www.terraform.io/" -DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.11.1/terraform-1.11.1.tar.gz" -MD5SUM="9a74689b2e8641e913a3e5666d3ab5fb" +DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.11.3/terraform-1.11.3.tar.gz" +MD5SUM="a68ef37c55b555f77b5cddacadfea4d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |