mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
2f53112c83
commit
66cb3ccbab
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue