forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfceux.json
32 lines (32 loc) · 1.01 KB
/
fceux.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
{
"homepage": "http://www.fceux.com",
"version": "2.2.3",
"license": "GPL-2.0",
"url": "https://downloads.sourceforge.net/project/fceultra/Binaries/2.2.3/fceux-2.2.3-win32.zip?r=scoop",
"hash": "md5:a36864ba6fc048a1296e7da1e157e09a",
"shortcuts": [
[
"fceux.exe",
"FCEUX"
]
],
"persist": [
"cheats",
"fcs",
"movies",
"sav",
"snaps",
"fceux.cfg"
],
"checkver": {
"url": "https://sourceforge.net/projects/fceultra/rss?path=/Binaries/",
"re": "Binaries/([\\d.]+)/fceux-[\\d.]+-win[\\d]{2}\\.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/fceultra/Binaries/$version/fceux-$version-win32.zip?r=scoop",
"hash": {
"url": "https://sourceforge.net/projects/fceultra/rss?path=/Binaries/",
"find": "/(?:$basename)/download\" filesize=\"(?<size>[\\d]+)\"><media:hash algo=\"md5\">([a-fA-F0-9]{32})</media:hash>"
}
}
}