forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
archi.json
45 lines (45 loc) · 1.39 KB
/
archi.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
38
39
40
41
42
43
44
45
{
"homepage": "https://www.archimatetool.com/",
"license": {
"identifier": "MIT",
"url": "https://github.com/archimatetool/archi/blob/master/License.txt"
},
"description": "Archi® is a free, open source, cross-platform tool and editor to create ArchiMate models.",
"version": "4.3.1",
"architecture": {
"64bit": {
"url": "https://www.archimatetool.com/downloads/4.3.1/Archi-Win64-4.3.1.zip",
"hash": "md5:d6db0bb49943d90c836f7b9ad8e8b71a"
},
"32bit": {
"url": "https://www.archimatetool.com/downloads/4.3.1/Archi-Win32-4.3.1.zip",
"hash": "md5:5ea862c61f0f1b16f149c5edbbb0c731"
}
},
"checkver": {
"url": "https://www.archimatetool.com/download/",
"re": "Archi ([\\d.]+),"
},
"extract_dir": "Archi",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.archimatetool.com/downloads/$version/Archi-Win64-$version.zip"
},
"32bit": {
"url": "https://www.archimatetool.com/downloads/$version/Archi-Win32-$version.zip"
}
},
"hash": {
"url": "$url.MD5",
"find": "MD5 \\($basename\\) = ([A-Fa-f\\d]{32})"
}
},
"shortcuts": [
[
"archi.exe",
"Archi"
]
],
"bin": "archi.exe"
}