mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.4",
|
|
"description": "Camunda workflow instance monitor/manager",
|
|
"homepage": "https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/",
|
|
"license": {
|
|
"identifier": "Zeebe Community License v1.0",
|
|
"url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
|
|
},
|
|
"suggest": {
|
|
"JDK": "java/openjdk",
|
|
"Zeebe": "zeebe",
|
|
"ElasticSearch": "extras/elasticsearch"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.2.4/camunda-cloud-operate-1.2.4.zip",
|
|
"hash": "sha1:66a4f52df502ad1ad786e4ba98c306fcdbbea9d5"
|
|
}
|
|
},
|
|
"extract_dir": "camunda-cloud-operate-1.2.4",
|
|
"bin": [
|
|
[
|
|
"bin\\operate.bat",
|
|
"camunda-operate"
|
|
]
|
|
],
|
|
"persist": "config",
|
|
"checkver": {
|
|
"github": "https://github.com/camunda-cloud/zeebe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-operate-$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha1sum"
|
|
},
|
|
"extract_dir": "camunda-cloud-operate-$version"
|
|
}
|
|
}
|