mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.11.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.5/terraform_0.11.5_windows_amd64.zip",
|
|
"hash": "0c16be99bae3b252875ff58749adc7d4d32e25d2fe3d858d0090018f3b82d7aa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.11.5/terraform_0.11.5_windows_386.zip",
|
|
"hash": "47f6b634c78c27ae0f765817cc80a4411f91bdf7f4e593f8d83abcb58290a710"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|