ScoopInstaller_Main/terraform.json
2017-09-19 14:01:49 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.10.6",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.6/terraform_0.10.6_windows_amd64.zip",
"hash": "6cfd7df0b0d394ef55339e023cb3cb8379277575b891130ca499ea59819913a6"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.6/terraform_0.10.6_windows_386.zip",
"hash": "46ec8e6f4c7307a0c1edbf64904fdddf7ec9e575f579d3d45fa4f72c9fb5a2d7"
}
},
"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"
}
}
}