ScoopInstaller_Main/terraform.json
2017-10-02 19:01:46 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.10.7",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.7/terraform_0.10.7_windows_amd64.zip",
"hash": "872fa58641020c242a579587838bb0842361e1daf0ae1f97fc3e9bab9a4d63af"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.7/terraform_0.10.7_windows_386.zip",
"hash": "9c7d40a3a30c3bd611fd8dd72b2aac4c0e83be898dc097cb2e7ed7a5721736c3"
}
},
"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"
}
}
}