ScoopInstaller_Main/bucket/camunda-operate.json
2021-12-22 16:29:53 +00:00

43 lines
1.3 KiB
JSON

{
"version": "1.2.8",
"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.8/camunda-cloud-operate-1.2.8.zip",
"hash": "sha1:5cdcf1d0d3469c8de8803f8cf660283aa816a212"
}
},
"extract_dir": "camunda-cloud-operate-1.2.8",
"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"
}
}