terraform: update to 0.11.1.
This commit is contained in:
parent
51ec5774dd
commit
81218a309f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.11.0
|
version=0.11.1
|
||||||
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,4 +9,4 @@ license="MPL-2.0"
|
||||||
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=2625ab24b71ccb8b9e1cf8794c3d3cd147313768066103fb970d58fa6a0a65fe
|
checksum=da804e69e990226ee14dadbf33850c8b074d5e0782d56522b71d62c4c5c82cba
|
||||||
|
|
Loading…
Reference in New Issue