mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 23:11:19 +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.9.8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.9.8/terraform_0.9.8_windows_amd64.zip",
|
|
"hash": "1b1632d2f574d3f6033fbfabacc4cef16973c5e32585820c70f9a2e42e526b4a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.9.8/terraform_0.9.8_windows_386.zip",
|
|
"hash": "2e2701ac76c07b08d051b4b4557ff2a2c7d5d4b72415afa4cc99f356358df019"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|