terraform: update to 0.7.10.
This commit is contained in:
parent
7a4f6b1239
commit
71e8c8d07b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.7.9
|
version=0.7.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="A tool for building, changing, and combining infrastructure"
|
short_desc="A tool for building, changing, and combining infrastructure"
|
||||||
|
@ -9,7 +9,7 @@ license="MPL-2.1"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=46e42f2a9d137e1ae76c88bfbcd7b7c050ab738066a96b2133c0bfd8772aa4f7
|
checksum=3f999577cb416cf6a0c3d4e5d1d99121b64114b710412bd460bd29fa07f358c1
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
for F in $(find -type f -name main.go); do
|
for F in $(find -type f -name main.go); do
|
||||||
|
|
Loading…
Reference in a new issue