ScoopInstaller_Main/bucket/eventstore.json
2024-02-21 16:28:16 +00:00

34 lines
1.1 KiB
JSON

{
"version": "23.10.1",
"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.1/EventStore-OSS-Windows-2019-v23.10.1.zip",
"hash": "665fca95c9eff10db26569e53c333d887fd78e2b0919a3a924d7fda72a358c11"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v23.10.1",
"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"
}
}