scoop-games/bucket/citra.json

29 lines
1.0 KiB
JSON
Raw Normal View History

2019-07-14 10:42:52 -07:00
{
"homepage": "https://citra-emu.org/",
"description": "Open-Source emulator for Nintendo 3DS, capable of playing many of your favorite games.",
"license": "MIT",
2019-07-27 07:32:07 -07:00
"version": "1315-20190725",
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1315/citra-windows-mingw-20190725-45ff10c.7z",
"hash": "164909a8d513ce333a5ddfe97188b745bc2bcc28c63a10a39d001366b89838a0",
2019-07-14 10:42:52 -07:00
"extract_dir": "nightly-mingw",
"bin": [
"citra.exe",
"citra-qt.exe",
"citra-room.exe"
],
"shortcuts": [
[
"citra-qt.exe",
"Citra"
]
],
"checkver": {
"github": "https://github.com/citra-emu/citra-nightly",
"regex": "download/nightly-(?<build>[\\d]+)/citra-windows-mingw-(?<date>[\\d]+)-(?<random>[a-fA-F\\d]+).7z",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-$matchBuild/citra-windows-mingw-$matchDate-$matchRandom.7z"
}
}