ScoopInstaller_Main/bucket/eventstore.json
2022-07-22 16:31:07 +00:00

34 lines
1.1 KiB
JSON

{
"version": "21.10.1",
"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.1.zip",
"hash": "0b0f245460ad902ea3f1b0fff33187869c390348480531a1ab4bf9a26bbcb6e6"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v21.10.1",
"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"
}
}