mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
eventstore: Update to version 22.10.2
Fixed autoupdate URL - changed to GitHub Releases
This commit is contained in:
parent
c1883c0d7e
commit
178a8aa466
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "22.10.0",
|
"version": "22.10.2",
|
||||||
"description": "The stream database optimized for event sourcing",
|
"description": "The stream database optimized for event sourcing",
|
||||||
"homepage": "https://eventstore.org/",
|
"homepage": "https://eventstore.org/",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v22.10.0.zip",
|
"url": "https://github.com/EventStore/EventStore/releases/download/oss-v22.10.2/EventStore-OSS-Windows-2019-v22.10.2.zip",
|
||||||
"hash": "2996da045705848da3f9543b2aa1c00fba37caf5ec16852db8ccf0d268a76f61"
|
"hash": "a41963ea2bf9d17cc3ba4c6a477941a8cc7c88861cf05d0c0793360e27754030"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "EventStore-OSS-Windows-2019-v22.10.0",
|
"extract_dir": "EventStore-OSS-Windows-2019-v22.10.2",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"EventStore.ClusterNode.exe",
|
"EventStore.ClusterNode.exe",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v$version.zip"
|
"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"
|
"extract_dir": "EventStore-OSS-Windows-2019-v$version"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user