terraform: update to 0.8.5.

This commit is contained in:
Andrea Brancaleoni 2017-01-27 12:30:30 +01:00
parent 2e88c7fe31
commit 0031b092e5

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.8.4
version=0.8.5
revision=1
build_style=go
short_desc="A tool for building, changing, and combining infrastructure"
@ -9,7 +9,7 @@ license="MPL-2.0"
homepage="https://www.terraform.io/"
go_import_path="github.com/hashicorp/$pkgname"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=71e93503614f073f00eb65b1379ac6b80ea8a881998490a016af15208853be73
checksum=3d59b81350fcb3a5ca5ac06a19275c2941f67d00989630774faa659908098ebf
case "$XBPS_TARGET_MACHINE" in
i686*) broken="go i686 is broken for now";;