aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Grinblat <julian@dotcore.co.il>2024-08-21 10:42:50 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-21 21:30:03 +0700
commit6757d956a996841501efaf8a62539b91e1e19d93 (patch)
treecef631e81ceea50e781fb6ae956fe759a24de058
parentec63e6297c09d5e16cfb2ff7ceec1eedb98355bc (diff)
development/terraform: Updated for version 1.9.5
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 74207df9a0ef1..08eb2eb04775b 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.9.2}
+VERSION=${VERSION:-1.9.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info
index 7252114ca474b..8df23c74a6935 100644
--- a/development/terraform/terraform.info
+++ b/development/terraform/terraform.info
@@ -1,8 +1,8 @@
PRGNAM="terraform"
-VERSION="1.9.2"
+VERSION="1.9.5"
HOMEPAGE="https://www.terraform.io/"
-DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.9.2/terraform-1.9.2.tar.gz"
-MD5SUM="5897179764f6ae31544778e62f4a43c3"
+DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.9.5/terraform-1.9.5.tar.gz"
+MD5SUM="2b28aafa5685125911de74b74954dca7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"