mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"version": "8.0.2",
|
|
"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/"
|
|
},
|
|
"notes": [
|
|
"If you are upgrading from version 1.x, you can follow the instructions on this page to migrate the settings:",
|
|
"https://docs.camunda.io/docs/guides/update-guide/130-to-800/"
|
|
],
|
|
"suggest": {
|
|
"JDK": "java/openjdk",
|
|
"Zeebe": "zeebe",
|
|
"ElasticSearch": "extras/elasticsearch"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/camunda/camunda-platform/releases/download/8.0.2/camunda-operate-8.0.2.zip",
|
|
"hash": "sha1:6f4429e96cf10d7ccd866774b32029c00d773822"
|
|
}
|
|
},
|
|
"extract_dir": "camunda-operate-8.0.0",
|
|
"bin": [
|
|
[
|
|
"bin\\operate.bat",
|
|
"camunda-operate"
|
|
]
|
|
],
|
|
"persist": "config",
|
|
"checkver": {
|
|
"github": "https://github.com/camunda/camunda-platform"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/camunda/camunda-platform/releases/download/$version/camunda-operate-$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha1sum"
|
|
},
|
|
"extract_dir": "camunda-operate-8.0.0"
|
|
}
|
|
}
|