ScoopInstaller_Main/terraform.json
2017-06-29 17:00:18 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.10",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.10/terraform_0.9.10_windows_amd64.zip",
"hash": "08174d714eaa1c5bd13dd116adba62809d6860383ba90638dc330a0133dbb519"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.10/terraform_0.9.10_windows_386.zip",
"hash": "285d441907cc243f9679e459ae114c22aeb45ffee39439cf7e151c6ebe8fcf68"
}
},
"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"
}
}
}