forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmgba.json
39 lines (39 loc) · 1.39 KB
/
mgba.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
{
"homepage": "https://mgba.io",
"version": "0.6.3",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/0.6.3/mGBA-0.6.3-win64.7z",
"hash": "45c2acd2179503c16659acd746de29145eb66654e8aa5900e04ae1153767637d",
"extract_dir": "mGBA-0.6.3-win64"
},
"32bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/0.6.3/mGBA-0.6.3-win32.7z",
"hash": "1081adf32e1def81d5295c342329ac46a9312f7c81048733c75bd30bcfd222fb",
"extract_dir": "mGBA-0.6.3-win32"
}
},
"shortcuts": [
[
"mGBA.exe",
"mGBA"
]
],
"checkver": {
"url": "https://github.com/mgba-emu/mgba/releases/latest",
"re": "(?smi)\"/mgba-emu/mgba/releases/tag/([\\d.]+)\"(?<junk>.*)relative-time datetime=\"(?<date>[\\d]{4}-[\\d]{2}-[\\d]{2})T"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/$version/mGBA-$version-win64.7z",
"extract_dir": "mGBA-$version-win64"
},
"32bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/$version/mGBA-$version-win32.7z",
"extract_dir": "mGBA-$version-win32"
}
}
}
}