2024-06-26 20:27:28 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.17.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.17.1/vault_1.17.1_windows_amd64.zip",
"hash": "743fad75333f0e0bc310c57332f4fdcd1378a6727971bfb2958373ba4ea62011"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.17.1/vault_1.17.1_windows_386.zip",
"hash": "d18ec596de70200cd15f4e16c9164efc7ee9443da7b91536f5273f7426bf5c67"
}
},
"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"
}
}
}