terraform: update to 0.7.10.

This commit is contained in:
Andrea Brancaleoni 2016-11-10 12:00:44 +01:00
parent 7a4f6b1239
commit 71e8c8d07b

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.7.9
version=0.7.10
revision=1
build_style=go
short_desc="A tool for building, changing, and combining infrastructure"
@ -9,7 +9,7 @@ license="MPL-2.1"
homepage="https://www.terraform.io/"
go_import_path="github.com/hashicorp/$pkgname"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=46e42f2a9d137e1ae76c88bfbcd7b7c050ab738066a96b2133c0bfd8772aa4f7
checksum=3f999577cb416cf6a0c3d4e5d1d99121b64114b710412bd460bd29fa07f358c1
post_build() {
for F in $(find -type f -name main.go); do