mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/terraform: Updated for version 1.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c9cfc0cd2
commit
a0beb1a632
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=terraform
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
VERSION=${VERSION:-1.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="terraform"
|
||||
VERSION="1.4.2"
|
||||
VERSION="1.4.6"
|
||||
HOMEPAGE="https://www.terraform.io/"
|
||||
DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.4.2/terraform-1.4.2.tar.gz"
|
||||
MD5SUM="1b432e8810e40f3a438f8515264a5ba7"
|
||||
DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.4.6/terraform-1.4.6.tar.gz"
|
||||
MD5SUM="4eb1963b4aaf6d49fd3368ba71075cf4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue