mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
zeebe: Add version 0.22.1 #789
This commit is contained in:
parent
18f5da9d30
commit
79ba5dd586
47
bucket/zeebe.json
Normal file
47
bucket/zeebe.json
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": "0.22.1",
|
||||||
|
"description": "Distributed Workflow Engine for Microservices Orchestration",
|
||||||
|
"homepage": "https://zeebe.io",
|
||||||
|
"license": {
|
||||||
|
"identifier": "Zeebe Community License Version 1.0",
|
||||||
|
"url": "https://zeebe.io/legal/zeebe-community-license-1.0/"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"JDK": [
|
||||||
|
"java/oraclejdk",
|
||||||
|
"java/openjdk"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.22.1/zeebe-distribution-0.22.1.zip",
|
||||||
|
"hash": "sha1:ee93fd7cc85b3a315e7da74d2309da40adf60b65"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "zeebe-broker-0.22.1",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"bin\\broker.bat",
|
||||||
|
"zeebe-broker"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"bin\\gateway.bat",
|
||||||
|
"zeebe-gateway"
|
||||||
|
],
|
||||||
|
"bin\\zbctl.exe"
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/zeebe-io/zeebe"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/zeebe-io/zeebe/releases/download/$version/zeebe-distribution-$version.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha1sum"
|
||||||
|
},
|
||||||
|
"extract_dir": "zeebe-broker-$version"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user