ScoopInstaller_Main/terraform.json
2017-01-17 18:51:42 +01:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0",
"version": "0.8.4",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.4/terraform_0.8.4_windows_amd64.zip",
"hash": "4e1f5ec48c943969a2989f2b8060cd2065cc6d7e1987c0d01875ecbd219b98a3"
},
"32bit": {
"url": "https://releases.hashicorp.com/terraform/0.8.4/terraform_0.8.4_windows_386.zip",
"hash": "ebb6119a9009bbb28d59177d6db4a737408755c6738e37021f031cbe1194e7f3"
}
},
"bin": [
"terraform.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"re": "terraform_([\\d.]+)"
},
"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)"
}
}
}