2023-07-25 20:24:16 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.14.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.14.1/vault_1.14.1_windows_amd64.zip",
"hash": "880f4824f76f4ed36da8c5b877147fbd83c15d1277420c23a4f747fb810d7dd9"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.14.1/vault_1.14.1_windows_386.zip",
"hash": "3597bd74522d26ac7366e18694b68d26a292fdf9f17d63eb751846ca6db2be75"
}
},
"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"
}
}
}