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