-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvault.json
34 lines (34 loc) · 1.28 KB
/
vault.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "1.19.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.19.0/vault_1.19.0_windows_amd64.zip",
"hash": "4a288f258f9e55caaef494d4bf4d20d885632e49d9883c8dc4f059e64d9aa00d"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/1.19.0/vault_1.19.0_windows_386.zip",
"hash": "f1d03346fef1d726a268f4063bfa41b48a356c4d4c6f6cae6cf234049b81cf79"
}
},
"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"
}
}
}