terraform: update to 0.7.13.
This commit is contained in:
parent
0297042396
commit
4c731d955a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'terraform'
|
||||
pkgname=terraform
|
||||
version=0.7.12
|
||||
version=0.7.13
|
||||
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=e5bd86492557b17dd12b99ff41eb0b31c0d19ceb54292c399ab56ec209a22200
|
||||
checksum=86d19f7a927bbdca3fe320e5213e25a11a4ddffd0458d449b8b1c488f4fe7295
|
||||
|
||||
post_build() {
|
||||
for F in $(find -type f -name main.go); do
|
||||
|
|
Loading…
Reference in New Issue