ScoopInstaller_Main/vault.json
2018-10-02 19:00:23 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"version": "0.11.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.11.2/vault_0.11.2_windows_amd64.zip",
"hash": "f30b2d8d41c1674cbf01f62a1314e94d4de85e4977a6e0fefeaf8ddcb38b4415"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.11.2/vault_0.11.2_windows_386.zip",
"hash": "0fc1f9ae3fed4d609db3ef02eacca580eb47285ec9f886a1733c5450a9050ee1"
}
},
"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"
}
}
}