ScoopInstaller_Main/terraform.json
2018-01-31 21:01:49 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.11.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.3/terraform_0.11.3_windows_amd64.zip",
"hash": "b4ff550aee6288ffd0911380a927cf216678121c3d30feb22aaf84446c3595bb"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.3/terraform_0.11.3_windows_386.zip",
"hash": "fec2aafec4fc942530e5c5bef5d3f634133dd3d88aab79d29940725c7faa6bb4"
}
},
"bin": [
"terraform.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"re": "terraform_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/terraform_$version_SHA256SUMS"
}
}
}