terraform: update to 0.7.11.
This commit is contained in:
parent
b2dce7608f
commit
50c0d6b000
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.7.10
|
||||
version=0.7.11
|
||||
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=3f999577cb416cf6a0c3d4e5d1d99121b64114b710412bd460bd29fa07f358c1
|
||||
checksum=8ba82323f627e9f43c252a90e2d2625be454f4399d925c2bdd3e13e8cdc4925b
|
||||
|
||||
post_build() {
|
||||
for F in $(find -type f -name main.go); do
|
||||
|
|
Loading…
Reference in New Issue