ScoopInstaller_Main/vault.json
2018-11-14 04:00:23 +00:00

34 lines
1.1 KiB
JSON

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