2023-03-01 20:26:37 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.13.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.13.0/vault_1.13.0_windows_amd64.zip",
"hash": "158152d48e0798f19e7ecfc74ac35ec1edf260995bb3e6baf4bebafb78b9f047"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.13.0/vault_1.13.0_windows_386.zip",
"hash": "9e06b0a2ff00ec95662aa86c2bdfb7dddae6e4dec1c4b205baefb9f724fce58e"
}
},
"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"
}
}
}