2023-03-30 00:34:39 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.13.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.13.1/vault_1.13.1_windows_amd64.zip",
"hash": "b02a8403f7b790153b12ef9129fc754985715e3456932f06170394a26712d4bf"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.13.1/vault_1.13.1_windows_386.zip",
"hash": "70278f79c54aa8f73cbf058eb58fb329f95d369fa3f6e420880255b2e9d15cfe"
}
},
"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"
}
}
}