terraform: update to 0.7.4.

This commit is contained in:
Andrea Brancaleoni 2016-09-20 13:05:20 +02:00
parent 109280d398
commit 272432b26f

View file

@ -1,6 +1,6 @@
# Template file for 'terraform'
pkgname=terraform
version=0.7.3
version=0.7.4
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=dbbb755236af0ebd98ea892f12b0780731bab650583db3626129b9ec399352ce
checksum=2f70ac4db06d176ff281702c16f83946536834dddc0706e2d2649ef8477796c5
post_build() {
for F in $(find -type f -name main.go); do