mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/terraform: Updated for version 1.7.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f27a75d049
commit
8821c37296
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue