mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "21.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-v21.6.0.zip",
|
|
"hash": "4184e13f8de7cacf4d1d55d4842e7bdaeedbd5ddbce2a858008f7591261fd67d"
|
|
}
|
|
},
|
|
"extract_dir": "EventStore-OSS-Windows-2019-v21.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"
|
|
}
|
|
}
|