ScoopInstaller_Main/bucket/eventstore.json
2021-08-11 09:01:47 +00:00

34 lines
1.1 KiB
JSON

{
"version": "20.10.4",
"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-v20.10.4.zip",
"hash": "4a5336c813647dc33451a74ed8992e0d398e0a4b8ee98b313edaf9adad9b368b"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v20.10.4",
"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"
}
}