terraform: update to 0.7.7.

This commit is contained in:
Andrea Brancaleoni 2016-10-19 12:16:11 +02:00
parent 569a396845
commit 2e43287772

View file

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