ScoopInstaller_Main/terraform.json
2017-03-02 21:00:53 +01:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.8.8",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_windows_amd64.zip",
"hash": "3085671f53e18c3cb5a8c3938b64e5e9f002f8adcfce083233cdb97e814d1daf"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_windows_386.zip",
"hash": "efbf851427d078270d983e12c26dab925555207982a39a6fed81513294b32545"
}
},
"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": {
"mode": "extract",
"url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_SHA256SUMS",
"find": "([a-z0-9]{64})\\s+(?:$basename)"
}
}
}