From fe18ab221954e2a05f10d84f12b016c610ce7cff Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 17 May 2024 12:18:09 +0100 Subject: [PATCH] camunda-operate: Update to version 8.5.1 Fix checkver as versions of operate now don't match the release version name/number --- bucket/camunda-operate.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bucket/camunda-operate.json b/bucket/camunda-operate.json index 464d9b1102..0b2c8ca4eb 100644 --- a/bucket/camunda-operate.json +++ b/bucket/camunda-operate.json @@ -1,5 +1,5 @@ { - "version": "8.5.0", + "version": "8.5.1", "description": "Camunda workflow instance monitor/manager", "homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/", "license": { @@ -17,11 +17,11 @@ }, "architecture": { "64bit": { - "url": "https://github.com/camunda/camunda-platform/releases/download/8.5.0/camunda-operate-8.5.0.zip", - "hash": "sha1:de923056520021e89c7557b04821ac3460541a47" + "url": "https://github.com/camunda/camunda-platform/releases/download/8.5%2Bgen2/camunda-operate-8.5.1.zip", + "hash": "sha1:d7a3da27ea69409a4496d8fa8989b067304c9595" } }, - "extract_dir": "camunda-operate-8.0.0", + "extract_dir": "camunda-operate-8.5.1", "bin": [ [ "bin\\operate.bat", @@ -30,17 +30,18 @@ ], "persist": "config", "checkver": { - "github": "https://github.com/camunda/camunda-platform" + "url": "https://api.github.com/repos/camunda/camunda-platform/releases", + "regex": "download/(?[\\d.]+%2Bgen[\\d.]+)/camunda-operate-([\\d.]+).zip" }, "autoupdate": { "architecture": { "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": { "url": "$url.sha1sum" }, - "extract_dir": "camunda-operate-8.0.0" + "extract_dir": "camunda-operate-$version" } }