mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
23 lines
747 B
JSON
23 lines
747 B
JSON
{
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.8.2",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.8.2/terraform_0.8.2_windows_386.zip",
|
|
"hash": "dbc605a20d1d59cf4184e23d641cc59523aec8908e3356e032044f9777246f03"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/0.8.2/terraform_0.8.2_windows_amd64.zip",
|
|
"hash": "e1166534f77c89f742a5ae2549f2b9dfe2491bd36ba771ed2a88d5e16508e7e2"
|
|
}
|
|
},
|
|
"bin": [
|
|
"terraform.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/terraform/",
|
|
"re": "terraform_([\\d.]+)"
|
|
}
|
|
}
|