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.0.3",
"architecture": {
"64bit": {
"url": "https://camunda.org/release/camunda-modeler/2.0.3/camunda-modeler-2.0.3-win-x64.zip",
"hash": "09018e8ca25b0600e719d2f213ee373529aa7b14d370c468dc129201f3462a3e"
},
"32bit": {
"url": "https://camunda.org/release/camunda-modeler/2.0.3/camunda-modeler-2.0.3-win-ia32.zip",
"hash": "6857133996286bd8de66bcf9436ede386ad78617cc6e74011efbcbcc8e700ec6"
}
},
"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"
}
}
}
}