forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
depends.json
35 lines (35 loc) · 1.05 KB
/
depends.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
{
"version": "2.2",
"homepage": "http://www.dependencywalker.com/",
"checkver": {
"url": "http://www.dependencywalker.com/",
"re": "Version (\\d+\\.\\d+).*for x86"
},
"bin": "depends.exe",
"shortcuts": [
[
"depends.exe",
"Dependency Walker"
]
],
"architecture": {
"64bit": {
"url": "http://www.dependencywalker.com/depends22_x64.zip",
"hash": "35db68a613874a2e8c1422eb0ea7861f825fc71717d46dabf1f249ce9634b4f1"
},
"32bit": {
"url": "http://www.dependencywalker.com/depends22_x86.zip",
"hash": "03d73abba0e856c81ba994505373fdb94a13b84eb29e6c268be1bf21b7417ca3"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.dependencywalker.com/depends$majorVersion$minorVersion_x64.zip"
},
"32bit": {
"url": "http://www.dependencywalker.com/depends$majorVersion$minorVersion_x86.zip"
}
}
}
}