ScoopInstaller_Main/terraform.json
2017-11-30 20:00:27 +00:00

36 lines
1.2 KiB
JSON

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