mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Add Hashicorp Vault (#935)
This commit is contained in:
parent
7bfd055289
commit
36a18356f5
22
vault.json
Normal file
22
vault.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://www.vaultproject.io",
|
||||||
|
"license": "Mozilla Public License 2.0",
|
||||||
|
"version": "0.6.0",
|
||||||
|
"architecture": {
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://releases.hashicorp.com/vault/0.6.0/vault_0.6.0_windows_386.zip",
|
||||||
|
"hash": "1df7f8b4fa6aa881cac8efd123c254d1f665e4e22bdbdb9b755954c403cd0963"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://releases.hashicorp.com/vault/0.6.0/vault_0.6.0_windows_amd64.zip",
|
||||||
|
"hash": "9944f854f37a96490395ffd229221659b6839bbb218288b9bc436be4ceca694d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
"vault.exe"
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://releases.hashicorp.com/vault/",
|
||||||
|
"re": "vault_(\\d+\\.\\d+\\.\\d+)"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user