terraform: update to 0.7.6.

This commit is contained in:
Andrea Brancaleoni 2016-10-17 13:44:41 +02:00
parent b147b9b8d4
commit 8e07ffea3d

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.7.5
version=0.7.6
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=996411c27c2754005583db2283762d66aa453e6d7b9f49a39db62660307a3a99
checksum=549a983d248549d5ec4adb3224c27cc3e6fbe87e1654e6851fe6e92d1c953cb1
post_build() {
for F in $(find -type f -name main.go); do