mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
camunda-operate: Update to version 1.0.0
This commit is contained in:
parent
db008f713d
commit
10b061cf89
@ -1,26 +1,23 @@
|
|||||||
{
|
{
|
||||||
"version": "0.26.0",
|
"version": "1.0.0",
|
||||||
"description": "Camunda workflow instance monitor/manager",
|
"description": "Camunda workflow instance monitor/manager",
|
||||||
"homepage": "https://docs.zeebe.io/operate-user-guide/",
|
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier": "Zeebe Community License Version 1.0",
|
"identifier": "Zeebe Community License v1.0",
|
||||||
"url": "https://zeebe.io/legal/zeebe-community-license-1.0/"
|
"url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"JDK": [
|
"JDK": "java/openjdk",
|
||||||
"java/oraclejdk",
|
|
||||||
"java/openjdk"
|
|
||||||
],
|
|
||||||
"Zeebe": "zeebe",
|
"Zeebe": "zeebe",
|
||||||
"ElasticSearch": "extras/elasticsearch"
|
"ElasticSearch": "extras/elasticsearch"
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.26.0/camunda-operate-0.26.0.zip",
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.0.0/camunda-cloud-operate-1.0.0.zip",
|
||||||
"hash": "sha1:d00b4b3483031a143511c5b88aafdeb0ec90e70d"
|
"hash": "sha1:7fb708515922299359439e401eb23cb84d92a9d3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-0.26.0",
|
"extract_dir": "camunda-cloud-operate-1.0.0",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"bin\\operate.bat",
|
"bin\\operate.bat",
|
||||||
@ -29,18 +26,17 @@
|
|||||||
],
|
],
|
||||||
"persist": "config",
|
"persist": "config",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/zeebe-io/zeebe",
|
"github": "https://github.com/camunda-cloud/zeebe"
|
||||||
"regex": "download/(?<release>[\\d.]+)/camunda-operate-([\\d.]+)\\.zip"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zeebe-io/zeebe/releases/download/$matchRelease/camunda-operate-$version.zip"
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-operate-$version.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.sha1sum"
|
"url": "$url.sha1sum"
|
||||||
},
|
},
|
||||||
"extract_dir": "camunda-operate-$version"
|
"extract_dir": "camunda-cloud-operate-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user