mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vaultproject.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.8.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.8.0/vault_0.8.0_windows_amd64.zip",
|
|
"hash": "dc9e9fda4cc89050b7a6ff9068acd548db52501be8028bd2f832ad3ef754ef9c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vault/0.8.0/vault_0.8.0_windows_386.zip",
|
|
"hash": "5dfb575f7d93b9a44a6ba0be9f0bb35604c7f7636303e2ebc27007b97aa44713"
|
|
}
|
|
},
|
|
"bin": [
|
|
"vault.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/vault/",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|