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