diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2023-10-15 20:40:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-15 20:51:22 +0700 |
commit | 6c74b00e2525e5d2c3e21d1b3700c915bbf8a542 (patch) | |
tree | aa9ec9e4c41a6a268caf67a515940bd8a9441876 /development | |
parent | 44678b0f5f11ce3c43b811b36e0acc5fce370f6a (diff) |
development/terraform: Updated for version 1.6.1
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 b284916e62..5ee9f1b1ec 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.5.5} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info index c7a404397a..1e30070c28 100644 --- a/development/terraform/terraform.info +++ b/development/terraform/terraform.info @@ -1,8 +1,8 @@ PRGNAM="terraform" -VERSION="1.5.5" +VERSION="1.6.1" HOMEPAGE="https://www.terraform.io/" -DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.5.5/terraform-1.5.5.tar.gz" -MD5SUM="2a08c9dd3b2ccd3089ed3cb3c22eba1c" +DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.6.1/terraform-1.6.1.tar.gz" +MD5SUM="1a31922ece6bda5495891ffc5321e4a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |