2023-06-21 00:33:30 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.14.0",
"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.14.0/vault_1.14.0_windows_amd64.zip",
"hash": "96dee4c0363a38c9e6571369567dd8ab88753dda433599642ef635394b85c8ed"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.14.0/vault_1.14.0_windows_386.zip",
"hash": "fbc976d2825d5de4250c920c4a4e70d4457a0647093f6f2e90ae56e2360b46d9"
}
},
"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"
}
}
}