terraform: update to 0.9.0.

This commit is contained in:
Andrea Brancaleoni 2017-03-16 12:10:58 +01:00
parent cd4b69295c
commit 59c41b486c

View file

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