forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevilutionX.json
52 lines (52 loc) · 1.92 KB
/
devilutionX.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
46
47
48
49
50
51
52
{
"version": "1.2.1",
"description": "devilutionX. Diablo I",
"homepage": "https://github.com/diasurgical/devilutionX",
"license": {
"identifier": "Unlicense",
"url": "https://github.com/diasurgical/devilutionX/blob/master/LICENSE"
},
"changelog": "https://github.com/diasurgical/devilutionX/releases/tag/1.2.1",
"architecture": {
"64bit": {
"url": [
"https://github.com/diasurgical/devilutionX/releases/download/1.2.1/devilutionx-windows-x86_64.zip",
"http://cdn.pvpgn.pro/diablo1/DIABDAT.MPQ#/diabdat.mpq"
],
"hash": [
"27876c4b94440e44b0549f361bf9191a0b1346af76da135476199cf299d5da68",
"66243e552327f8ae254269d42214eabf211d27e55b049580251e171b0bb63615"
]
},
"32bit": {
"url": [
"https://github.com/diasurgical/devilutionX/releases/download/1.2.1/devilutionx-windows-i386.zip",
"http://cdn.pvpgn.pro/diablo1/DIABDAT.MPQ#/diabdat.mpq"
],
"hash": [
"fc4895ff3f231894820c879ea418e725cf6e7b7a48aa7959ee0ae0b047ac24d6",
"66243e552327f8ae254269d42214eabf211d27e55b049580251e171b0bb63615"
]
}
},
"extract_dir": "devilutionx",
"bin": "devilutionX.exe",
"shortcuts": [
[
"devilutionX.exe",
"Diablo I"
]
],
"checkver": "github",
"autoupdate": {
"changelog": "https://github.com/diasurgical/devilutionX/releases/tag/$version",
"architecture": {
"64bit": {
"url": "https://github.com/diasurgical/devilutionX/releases/download/$version/devilutionx-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/diasurgical/devilutionX/releases/download/$version/devilutionx-windows-i386.zip"
}
}
}
}