diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2024-02-26 18:02:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-28 12:27:54 +0700 |
commit | 8821c37296d16a8674f5f4c767105d89e1db3737 (patch) | |
tree | 78a10986924ff0b6bc984feda388d3f83d279af2 /development | |
parent | f27a75d04985a3349f1923e94d4dde5a9843a5cd (diff) |
development/terraform: Updated for version 1.7.4
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 90d948e644d07..e1708e3f50604 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.7.0} +VERSION=${VERSION:-1.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info index 6a108521e712e..b54a82b55be7f 100644 --- a/development/terraform/terraform.info +++ b/development/terraform/terraform.info @@ -1,8 +1,8 @@ PRGNAM="terraform" -VERSION="1.7.0" +VERSION="1.7.4" HOMEPAGE="https://www.terraform.io/" -DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.7.0/terraform-1.7.0.tar.gz" -MD5SUM="6a877a65055e1d873d6c10fceef07724" +DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.7.4/terraform-1.7.4.tar.gz" +MD5SUM="604b4225baa9efc2eec41a70bf589273" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |