ScoopInstaller_Main/vault.json
2017-11-14 18:00:21 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.9.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.9.0/vault_0.9.0_windows_amd64.zip",
"hash": "118fa03cbdc9629da151d42f8b023751ac7cdf94b072f584f1513f1748bdf8e8"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.9.0/vault_0.9.0_windows_386.zip",
"hash": "fd5bd46eb10951cf3d35cbff4d00e6c4e1110311d6e86968d997d4bf294db8b9"
}
},
"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"
}
}
}