mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
eventstore: fix regex and update to version 4.0.1-hotfix4
This commit is contained in:
parent
5b1c108a71
commit
0f3fb21e6e
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://geteventstore.com/",
|
"homepage": "https://geteventstore.com/",
|
||||||
"license": "BSD 3-Clause",
|
"license": "BSD 3-Clause",
|
||||||
"version": "4.0.1",
|
"version": "4.0.1-hotfix4",
|
||||||
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1.zip",
|
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1-hotfix4.zip",
|
||||||
"hash": "b341e3a7939316a06040e3910c76d01c32f2162781ab81a1bbe28da84bf007cc",
|
"hash": "3360f271c9fe3032f8ab63aa1f343e0909b9b270a6ad3ac8c2383ccb5dccc23b",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"EventStore.ClusterNode.exe",
|
"EventStore.ClusterNode.exe",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://geteventstore.com/downloads/",
|
"url": "https://geteventstore.com/downloads/",
|
||||||
"re": "Get\\s+Event\\s+Store\\s+(\\d+\\.\\d+\\.\\d+)\\s+for\\s+Windows"
|
"re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v$version.zip"
|
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v$version.zip"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user