terraform: update to 0.7.0.
This commit is contained in:
parent
3c5977a329
commit
fb2652e84f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.6.16
|
version=0.7.0
|
||||||
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=c84bae32a170d993982de9c537eac74f70601e7a667dc2ea9803b86e04b1221d
|
checksum=15f8f0589978096152876f5b9ae0853700f52666ff7911e4dad5505e80b12d3b
|
||||||
|
|
||||||
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 New Issue