mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +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.12",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.12/terraform_0.11.12_windows_amd64.zip",
|
|
"hash": "8bcde36ba8cc415322abf68a2a47219e0a3bd001a66a7728dbfb332b65cdd269"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.12/terraform_0.11.12_windows_386.zip",
|
|
"hash": "a600447a98b5078e29253e34a33a029ac1199f641125e7ff3f5d3645cc3a0470"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|