ScoopInstaller_Main/bucket/eventstore.json
2022-08-17 08:34:08 +00:00

34 lines
1.1 KiB
JSON

{
"version": "22.6.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-v22.6.0.zip",
"hash": "733c9630ed43f8b373648d9038e626b4f51063776ed57dc0439bb1e5068ecab3"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v22.6.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"
}
}