ScoopInstaller_Main/vault.json
2017-02-08 15:49:09 +01:00

38 lines
1.2 KiB
JSON

{
"homepage": "https://www.vaultproject.io",
"license": "Mozilla Public License 2.0",
"version": "0.6.5",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_windows_amd64.zip",
"hash": "4ef04179efba3233f1b1fb91c6702a5c7896b1e7d0d7398500a9c0729e81edf7"
},
"32bit": {
"url": "https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_windows_386.zip",
"hash": "cfc5a9a7beecdf7e7b8424d706b5f39c1d757f329e6ec490fb627d58f147d51e"
}
},
"bin": [
"vault.exe"
],
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)"
},
"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": {
"mode": "extract",
"url": "https://releases.hashicorp.com/vault/$version/vault_$version_SHA256SUMS",
"find": "([a-z0-9]{64})\\s+(?:$basename)"
}
}
}