2026-02-05 00:53:07 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.21.3",
"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.21.3/vault_1.21.3_windows_amd64.zip",
"hash": "b162bdcf3e75ff78c4df88fa6d73d46d174ee518c37a52ac296c7dc6daf50564"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.21.3/vault_1.21.3_windows_386.zip",
"hash": "3355de7e36cd5bc2a92828793b49dea9f2193f1eedf8a0fe62099947efd774a0"
}
},
"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"
}
}
}