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)
|
||||
|
||||
PRGNAM=terraform
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="terraform"
|
||||
VERSION="1.6.1"
|
||||
VERSION="1.6.2"
|
||||
HOMEPAGE="https://www.terraform.io/"
|
||||
DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.6.1/terraform-1.6.1.tar.gz"
|
||||
MD5SUM="1a31922ece6bda5495891ffc5321e4a2"
|
||||
DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.6.2/terraform-1.6.2.tar.gz"
|
||||
MD5SUM="ef371a19d162688f6ffa3c7b424ad1aa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue