terraform: update to 0.8.0.
This commit is contained in:
parent
a648103a88
commit
d1023bec24
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.13
|
version=0.8.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=86d19f7a927bbdca3fe320e5213e25a11a4ddffd0458d449b8b1c488f4fe7295
|
checksum=09e549b51b720aef0b3e869edeaf65f32758f159b1d3ffe2fcadd560a7b0c569
|
||||||
|
|
||||||
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