2022-04-22 20:27:54 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.10.1",
"description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.",
"homepage": "https://www.vaultproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/1.10.1/vault_1.10.1_windows_amd64.zip",
"hash": "bd7857cbcbfc2fa575089385fa327886d6e649371c7e2d078267734f8319c019"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.10.1/vault_1.10.1_windows_386.zip",
"hash": "8ed8fb135632bb80fdc367ed01a41779b27066c1d85fe62fcfc0cd2d4d16e4a3"
}
},
"bin": "vault.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"regex": "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"
}
}
}