mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
zeebe: Update to version 1.0.0
This commit is contained in:
parent
cfa3b49899
commit
b1eb34d15a
@ -1,24 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": "0.26.3",
|
"version": "1.0.0",
|
||||||
"description": "Distributed Workflow Engine for Microservices Orchestration",
|
"description": "Distributed Workflow Engine for Microservices Orchestration",
|
||||||
"homepage": "https://zeebe.io",
|
"homepage": "https://camunda.com/products/cloud/workflow-engine/",
|
||||||
"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"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.26.3/zeebe-distribution-0.26.3.zip",
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.0.0/camunda-cloud-zeebe-1.0.0.zip",
|
||||||
"hash": "sha1:96c98b2f2f2893778b37b46bc6d9031a527ff660"
|
"hash": "sha1:8595b56477790322cb249b040d3f88fea67286de"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "zeebe-broker-0.26.3",
|
"extract_dir": "camunda-cloud-zeebe-1.0.0",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"bin\\broker.bat",
|
"bin\\broker.bat",
|
||||||
@ -31,17 +28,17 @@
|
|||||||
"bin\\zbctl.exe"
|
"bin\\zbctl.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/zeebe-io/zeebe"
|
"github": "https://github.com/camunda-cloud/zeebe"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zeebe-io/zeebe/releases/download/$version/zeebe-distribution-$version.zip"
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-zeebe-$version.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$url.sha1sum"
|
"url": "$url.sha1sum"
|
||||||
},
|
},
|
||||||
"extract_dir": "zeebe-broker-$version"
|
"extract_dir": "camunda-cloud-zeebe-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user