ScoopInstaller_Main/terraform.json
2018-01-10 00:01:48 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.11.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.2/terraform_0.11.2_windows_amd64.zip",
"hash": "f8e12b552eb2570bfa0ad52d18ef327b0704d54ef70317e0192a6c07f9813b6d"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.11.2/terraform_0.11.2_windows_386.zip",
"hash": "91b9a021b85d5ffdeafad155fb323f48ea47b535e44e9bd600e3ca2997b22ca8"
}
},
"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"
}
}
}