ScoopInstaller_Main/terraform.json
2018-04-05 20:00:23 +00:00

36 lines
1.2 KiB
JSON

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