summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Julian Grinblat2024-02-26 10:02:55 +0100
committer Willy Sudiarto Raharjo2024-02-28 06:27:54 +0100
commit8821c37296d16a8674f5f4c767105d89e1db3737 (patch)
tree78a10986924ff0b6bc984feda388d3f83d279af2 /development
parentf27a75d04985a3349f1923e94d4dde5a9843a5cd (diff)
downloadslackbuilds-8821c37296d16a8674f5f4c767105d89e1db3737.tar.gz
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.SlackBuild2
-rw-r--r--development/terraform/terraform.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/terraform/terraform.SlackBuild b/development/terraform/terraform.SlackBuild
index 90d948e644..e1708e3f50 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 6a108521e7..b54a82b55b 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"