ScoopInstaller_Main/bucket/eventstore.json
tech189 178a8aa466 eventstore: Update to version 22.10.2
Fixed autoupdate URL - changed to GitHub Releases
2023-06-08 00:16:57 +01:00

34 lines
1.1 KiB
JSON

{
"version": "22.10.2",
"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-v22.10.2/EventStore-OSS-Windows-2019-v22.10.2.zip",
"hash": "a41963ea2bf9d17cc3ba4c6a477941a8cc7c88861cf05d0c0793360e27754030"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v22.10.2",
"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://github.com/EventStore/EventStore/releases/download/oss-v$version/EventStore-OSS-Windows-2019-v$version.zip"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v$version"
}
}