ScoopInstaller_Main/terraform.json
2017-08-16 18:00:27 +00:00

36 lines
1.2 KiB
JSON

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