aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Grinblat <julian@dotcore.co.il>2023-03-10 17:16:34 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:18 +0700
commit66cb3ccbaba5d72de826bcf8f43d2ac419830eab (patch)
tree329ce7cc97547b670b7d72f5a1adc110617a7812
parent2f53112c83b18875fe7369adf422d52d8e5a23c4 (diff)
development/terraform: Updated for version 1.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 103ac6809b80..60fd864088b2 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.3.7}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info
index c18b561a9c18..6739c7eb4cc4 100644
--- a/development/terraform/terraform.info
+++ b/development/terraform/terraform.info
@@ -1,8 +1,8 @@
PRGNAM="terraform"
-VERSION="1.3.7"
+VERSION="1.4.0"
HOMEPAGE="https://www.terraform.io/"
-DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.3.7/terraform-1.3.7.tar.gz"
-MD5SUM="adeeceb280d6e0d24459bee8ada3d9ed"
+DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.4.0/terraform-1.4.0.tar.gz"
+MD5SUM="76d324a6f89ba3662d5328be4d657547"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"