terraform: update to 0.10.0.

This commit is contained in:
Andrea Brancaleoni 2017-08-03 23:33:39 +02:00
parent cc3a61337e
commit b5a0a9c72a

View file

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