ScoopInstaller_Main/vault.json
2018-10-08 16:00:28 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.11.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.11.3/vault_0.11.3_windows_amd64.zip",
"hash": "9628ea3208be00f162ac1329da1a2a7dbdb4a5e57bece5c5379d872c04df8533"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.11.3/vault_0.11.3_windows_386.zip",
"hash": "671f826b88cd18f0d4ec73a9b5d9bb29becc30510cc944d2ea5368757c744986"
}
},
"bin": [
"vault.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/vault_$version_SHA256SUMS"
}
}
}