forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
camunda-modeler.json
34 lines (34 loc) · 1.13 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
{
"homepage": "https://camunda.org/download/modeler/",
"version": "2.2.4",
"architecture": {
"64bit": {
"url": "https://camunda.org/release/camunda-modeler/2.2.4/camunda-modeler-2.2.4-win-x64.zip",
"hash": "01d27d9672df4ca7fe54ce832f62e02ef23752b6d41b6868f93fb0d019ae87ec"
},
"32bit": {
"url": "https://camunda.org/release/camunda-modeler/2.2.4/camunda-modeler-2.2.4-win-ia32.zip",
"hash": "ba6a05e8b18266ea74f52436edfa3703b4378697b369d536e4adac706baa5397"
}
},
"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-win-x64.zip"
},
"32bit": {
"url": "https://camunda.org/release/camunda-modeler/$version/camunda-modeler-$version-win-ia32.zip"
}
}
}
}