mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "MPL-2.0",
|
|
"version": "0.11.11",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_windows_amd64.zip",
|
|
"hash": "87252cc67486ef2ff2b8501c0bf9e795a53585b4dc5c09a8aa876c2564f77991"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_windows_386.zip",
|
|
"hash": "f97dbb8a43081b67bc3d7176115adee0a578d724a6b0885c506f62ad39c9b2b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|