terraform: update to 0.7.5.

This commit is contained in:
Andrea Brancaleoni 2016-10-07 11:26:57 +02:00
parent 3e8454044d
commit e01d916d5d
1 changed files with 2 additions and 2 deletions

View File

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