scoop-games/bucket/citra-canary.json

29 lines
1.0 KiB
JSON

{
"homepage": "https://citra-emu.org/",
"description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games",
"license": "MIT",
"version": "1500-20191111",
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-1500/citra-windows-mingw-20191111-f35ff24.7z",
"hash": "1aa148625b58b47a8b23051ef7c46f95d3e4f5bf3fec6b1ae548ac4032bbc5c9",
"extract_dir": "canary-mingw",
"bin": [
"citra.exe",
"citra-qt.exe",
"citra-room.exe"
],
"shortcuts": [
[
"citra-qt.exe",
"Citra"
]
],
"checkver": {
"github": "https://github.com/citra-emu/citra-canary",
"regex": "download/canary-(?<build>[\\d]+)/citra-windows-mingw-(?<date>[\\d]+)-(?<random>[a-fA-F\\d]+).7z",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-$matchBuild/citra-windows-mingw-$matchDate-$matchRandom.7z"
}
}