ScoopInstaller_Main/bucket/eventstore.json
2024-01-01 10:41:31 +00:00

34 lines
1.1 KiB
JSON

{
"version": "23.10.0",
"description": "The stream database optimized for event sourcing",
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/EventStore/EventStore/releases/download/oss-v23.10.0/EventStore-OSS-Windows-2019-v23.10.0.zip",
"hash": "46cbcbbd9ddabceeb63352ce325cf3dedbc6cf145857dbeb9a24de96e49fe7df"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v23.10.0",
"bin": [
[
"EventStore.ClusterNode.exe",
"eventstore"
],
"EventStore.ClusterNode.exe",
"EventStore.TestClient.exe"
],
"checkver": {
"url": "https://eventstore.org/downloads",
"regex": "Latest version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/EventStore/EventStore/releases/download/oss-v$version/EventStore-OSS-Windows-2019-v$version.zip"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v$version"
}
}