ScoopInstaller_Main/terraform.json
2017-09-06 21:00:15 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.10.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.4/terraform_0.10.4_windows_amd64.zip",
"hash": "27e40fa8d944b8e1c68b1968a8890625a3ef18e4e752782eaa4dc6e99c6ded3a"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.4/terraform_0.10.4_windows_386.zip",
"hash": "ad440091b09f27029e49e46c312be4ef1e102c75ce4c34f0062fef136fe0c4fd"
}
},
"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"
}
}
}