ScoopInstaller_Main/bucket/eventstore.json
2021-11-03 18:00:38 +00:00

34 lines
1.1 KiB
JSON

{
"version": "21.10.0",
"description": "The stream database optimized for event sourcing",
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v21.10.0.zip",
"hash": "165e31aefa3a76ab12236c233356caa9148a9e79ac2ba3d61ba0f1b253a0c3e1"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v21.10.0",
"bin": [
[
"EventStore.ClusterNode.exe",
"eventstore"
],
"EventStore.ClusterNode.exe",
"EventStore.TestClient.exe"
],
"checkver": {
"url": "https://eventstore.org/downloads",
"regex": "EventStore-OSS-Windows-2019-v([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v$version.zip"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v$version"
}
}