mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.8.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.8.5/terraform_0.8.5_windows_amd64.zip",
|
|
"hash": "5b2d482edcd6478bbb43d25b4f6a142aeffc8cd9be2d1ba28f35a1e569a11c6d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.8.5/terraform_0.8.5_windows_386.zip",
|
|
"hash": "19326143e64b07ebe8241505cd5eb0dd901111bb6590be5855365b4be448821b"
|
|
}
|
|
},
|
|
"bin": [
|
|
"terraform.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/terraform/",
|
|
"re": "terraform_([\\d.]+)"
|
|
},
|
|
"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": {
|
|
"mode": "extract",
|
|
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_SHA256SUMS",
|
|
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
|
}
|
|
}
|
|
}
|