ScoopInstaller_Main/terraform.json
2017-03-28 13:00:23 +02:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.2/terraform_0.9.2_windows_amd64.zip",
"hash": "17cccc1dec8a0d8a8684a1533b1ce200202bb7176f78fcb1ca9d82d4ead53f03"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.2/terraform_0.9.2_windows_386.zip",
"hash": "c42f6b4499ac2372c11710a001bd4935e1ee6bd83b7bfe2f728b849d52441610"
}
},
"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)"
}
}
}