ScoopInstaller_Main/vault.json
2018-01-26 20:00:24 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.2",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.9.2/vault_0.9.2_windows_amd64.zip",
"hash": "9e64cd2a337fc25f9c29dbf5d1b1620527a53939f3d434fe5cea753552a72635"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.9.2/vault_0.9.2_windows_386.zip",
"hash": "405d746a2d0b7f359d8579a82b1eedc94f69b210f4f10de2ccc3d62f58da3064"
}
},
"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"
}
}
}