terraform: update to 0.8.5.
This commit is contained in:
parent
2e88c7fe31
commit
0031b092e5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.8.4
|
version=0.8.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="A tool for building, changing, and combining infrastructure"
|
short_desc="A tool for building, changing, and combining infrastructure"
|
||||||
|
@ -9,7 +9,7 @@ license="MPL-2.0"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=71e93503614f073f00eb65b1379ac6b80ea8a881998490a016af15208853be73
|
checksum=3d59b81350fcb3a5ca5ac06a19275c2941f67d00989630774faa659908098ebf
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="go i686 is broken for now";;
|
i686*) broken="go i686 is broken for now";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue