ScoopInstaller_Main/bucket/eventstore.json
2020-06-11 23:45:37 -07:00

34 lines
1.0 KiB
JSON

{
"version": "20.6.0",
"description": "The stream database optimized for event sourcing",
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://eventstore.com/downloads/win/EventStore-OSS-Windows-2019-v20.6.0.zip",
"hash": "9231cb29d7bd4f7db09c39e5f56a91e4d7c03c9281bdf47447836f8b7c6a08ff"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v20.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://eventstore.com/downloads/win/EventStore-OSS-Windows-2019-v$version.zip"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v$version"
}
}