ScoopInstaller_Main/bucket/camunda-operate.json
2022-11-08 12:31:53 +00:00

47 lines
1.5 KiB
JSON

{
"version": "8.1.3",
"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.1.3/camunda-operate-8.1.3.zip",
"hash": "sha1:1bd2c99bffe3101b423e651ccb5884e0b243bd7f"
}
},
"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"
}
}