forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
camunda-modeler.json
37 lines (37 loc) · 1.2 KB
/
camunda-modeler.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"homepage": "https://camunda.org/download/modeler/",
"version": "1.16.1",
"architecture": {
"64bit": {
"url": "https://camunda.org/release/camunda-modeler/1.16.1/camunda-modeler-1.16.1-win32-x64.zip",
"hash": "0d0bf35e52f555eef2133c6a0de860c6e3e7d4780b78aef7b37e777d88b48278"
},
"32bit": {
"url": "https://camunda.org/release/camunda-modeler/1.16.1/camunda-modeler-1.16.1-win32-ia32.zip",
"hash": "2fab1e20780687fce8bb8ff6062986f34ce019585764bf6bef992cfdbd3494f3"
}
},
"extract_dir": "camunda-modeler",
"bin": [
"camunda-modeler.exe"
],
"shortcuts": [
[
"camunda-modeler.exe",
"Camunda Modeler"
]
],
"checkver": {
"github": "https://github.com/camunda/camunda-modeler"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://camunda.org/release/camunda-modeler/$version/camunda-modeler-$version-win32-x64.zip"
},
"32bit": {
"url": "https://camunda.org/release/camunda-modeler/$version/camunda-modeler-$version-win32-ia32.zip"
}
}
}
}