mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
25 lines
765 B
JSON
25 lines
765 B
JSON
{
|
|
"homepage": "https://eventstore.org/",
|
|
"license": "BSD-3-Clause",
|
|
"version": "4.1.2",
|
|
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.1.2.zip",
|
|
"hash": "07e48ec4d4161815f11360c4ad98ac8a978f953848191ae66bf41e61c8ebb5cc",
|
|
"bin": [
|
|
[
|
|
"EventStore.ClusterNode.exe",
|
|
"eventstore"
|
|
],
|
|
"EventStore.ClusterNode.exe",
|
|
"EventStore.PAdmin.exe",
|
|
"EventStore.Query.exe",
|
|
"EventStore.TestClient.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://eventstore.org/downloads",
|
|
"re": "/downloads/EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v$version.zip"
|
|
}
|
|
}
|