mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "MPL-2.0",
|
|
"version": "0.11.7",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_windows_amd64.zip",
|
|
"hash": "5fd003ef20f7a6a85ced4ad30bf95698afd4d0bfd477541583ff014e96026d6c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_windows_386.zip",
|
|
"hash": "4e4b50de1143d72d348e6300d78aed596acae09714516d697bd4f0d9443aa7d3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|