mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "MPL-2.0",
|
|
"version": "0.11.8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_windows_amd64.zip",
|
|
"hash": "b14dbb9b9b100ddcd516ad426f31a23016ce351d7481407bc91bceb342307826"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_windows_386.zip",
|
|
"hash": "94ed500e27f6db531c696d087be3bd72539a31f1834f0a7d32d0cb9daf8c8e43"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|