ScoopInstaller_Main/bucket/camunda-operate.json
2020-09-12 12:21:02 +02:00

47 lines
1.4 KiB
JSON

{
"version": "0.24.3",
"description": "Camunda workflow instance monitor/manager",
"homepage": "https://docs.zeebe.io/operate-user-guide/",
"license": {
"identifier": "Zeebe Community License Version 1.0",
"url": "https://zeebe.io/legal/zeebe-community-license-1.0/"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
],
"Zeebe": "zeebe",
"ElasticSearch": "extras/elasticsearch"
},
"architecture": {
"64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.24.3/camunda-operate-0.24.3.zip",
"hash": "sha1:1d6802ad7f94f36f6424ac85b85d1d201c14ec0e"
}
},
"extract_dir": "camunda-operate-0.24.3",
"bin": [
[
"bin\\operate.bat",
"camunda-operate"
]
],
"persist": "config",
"checkver": {
"github": "https://github.com/zeebe-io/zeebe",
"regex": "download/(?<release>[\\d.]+)/camunda-operate-([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/$matchRelease/camunda-operate-$version.zip"
}
},
"hash": {
"url": "$url.sha1sum"
},
"extract_dir": "camunda-operate-$version"
}
}