ScoopInstaller_Main/terraform.json
2017-08-02 19:00:19 +00:00

36 lines
1.2 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.10.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.0/terraform_0.10.0_windows_amd64.zip",
"hash": "10e3c12e9a77ea1324c5dfe1d7cc9f66db469afb606c0b42fa73038ed8a9e00c"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.10.0/terraform_0.10.0_windows_386.zip",
"hash": "3f8594b5446cc3c7e8413fde5b17e47c1f25ba65af79cd0f014c5a6a3c6cecc0"
}
},
"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"
}
}
}