mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
camunda-operate: Update to version 8.5.1
Fix checkver as versions of operate now don't match the release version name/number
This commit is contained in:
parent
6e162d7236
commit
fe18ab2219
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "8.5.0",
|
"version": "8.5.1",
|
||||||
"description": "Camunda workflow instance monitor/manager",
|
"description": "Camunda workflow instance monitor/manager",
|
||||||
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
||||||
"license": {
|
"license": {
|
||||||
@ -17,11 +17,11 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/camunda/camunda-platform/releases/download/8.5.0/camunda-operate-8.5.0.zip",
|
"url": "https://github.com/camunda/camunda-platform/releases/download/8.5%2Bgen2/camunda-operate-8.5.1.zip",
|
||||||
"hash": "sha1:de923056520021e89c7557b04821ac3460541a47"
|
"hash": "sha1:d7a3da27ea69409a4496d8fa8989b067304c9595"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-8.0.0",
|
"extract_dir": "camunda-operate-8.5.1",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"bin\\operate.bat",
|
"bin\\operate.bat",
|
||||||
@ -30,17 +30,18 @@
|
|||||||
],
|
],
|
||||||
"persist": "config",
|
"persist": "config",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/camunda/camunda-platform"
|
"url": "https://api.github.com/repos/camunda/camunda-platform/releases",
|
||||||
|
"regex": "download/(?<genVer>[\\d.]+%2Bgen[\\d.]+)/camunda-operate-([\\d.]+).zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/camunda/camunda-platform/releases/download/$version/camunda-operate-$version.zip"
|
"url": "https://github.com/camunda/camunda-platform/releases/download/$matchGenver/camunda-operate-$version.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.sha1sum"
|
"url": "$url.sha1sum"
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-8.0.0"
|
"extract_dir": "camunda-operate-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user