terraform: update to 0.10.4.
This commit is contained in:
parent
cd553d1832
commit
2df9085fe0
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.10.3
|
version=0.10.4
|
||||||
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=a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74
|
checksum=284773809ae461ee306cdd70c873e624c8af51086814f8af85d679dd28caa57a
|
||||||
|
|
Loading…
Reference in New Issue