terraform: update to 0.9.10.

This commit is contained in:
Andrea Brancaleoni 2017-06-30 11:03:01 +01:00
parent 74caedaad0
commit 770825a5b7

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.9.9
version=0.9.10
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=f5318fd720cb7c1a005f3afa782c6d39fd1ee9a001cacea4e43cd43f56d4f369
checksum=5085e034ab8044975611763b33209d32d3ae4a2bc5d62564d7043d882027a61d
case "${XBPS_TARGET_MACHINE}" in
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;;