diff --git a/srcpkgs/terraform/template b/srcpkgs/terraform/template index 0d0f3f35726..c6c06a79563 100644 --- a/srcpkgs/terraform/template +++ b/srcpkgs/terraform/template @@ -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