terraform: update to 0.7.2.

This commit is contained in:
Andrea Brancaleoni 2016-08-30 01:03:28 +02:00
parent c5a2fb46d3
commit 4037b80f97

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.7.0
version=0.7.2
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=15f8f0589978096152876f5b9ae0853700f52666ff7911e4dad5505e80b12d3b
checksum=ccea0fe6948ef801ecd3f000202534e735766bc489f976bec9722fb5daa62a67
post_build() {
for F in $(find -type f -name main.go); do