forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.json
37 lines (37 loc) · 1.3 KB
/
dependencies.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://github.com/lucasg/Dependencies",
"license": "MIT",
"version": "1.8",
"description": "A rewrite of the old legacy software 'depends.exe' in C# for Windows devs to troubleshoot dll load dependencies issues.",
"checkver": "github",
"bin": [
"Dependencies.exe",
"DependenciesGui.exe"
],
"shortcuts": [
[
"DependenciesGui.exe",
"Dependencies GUI"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/lucasg/Dependencies/releases/download/v1.8/Dependencies_x64_Release.zip",
"hash": "4e05c77ee7165cf71d57e01b2e14496b9ffe75b27a893005a589c67874db7bb7"
},
"32bit": {
"url": "https://github.com/lucasg/Dependencies/releases/download/v1.8/Dependencies_x86_Release.zip",
"hash": "ba93f5e33e04a3b3516cc48db3265b1373005499aecfb38d3822a6fa1802fb2c"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lucasg/Dependencies/releases/download/v$version/Dependencies_x64_Release.zip"
},
"32bit": {
"url": "https://github.com/lucasg/Dependencies/releases/download/v$version/Dependencies_x86_Release.zip"
}
}
}
}