scoop-games/bucket/yuzu.json

31 lines
1022 B
JSON
Raw Normal View History

{
"homepage": "https://yuzu-emu.org/",
"description": "Experimental emulator for the Nintendo Switch",
2021-07-24 17:30:48 -07:00
"version": "0-698",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
2021-07-24 17:30:48 -07:00
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-698/yuzu-windows-msvc-20210724-7b86a68ee.7z",
"hash": "79f602875d463262d7fb7f3edf3793f7e2710343290cbc5f6ac30c7ec3a2cb92"
}
},
"extract_dir": "yuzu-windows-msvc",
"shortcuts": [
[
"yuzu.exe",
"Yuzu"
]
],
"checkver": {
"github": "https://github.com/yuzu-emu/yuzu-mainline",
"regex": "download/mainline-([\\d.-]+)/yuzu-windows-msvc-(?<date>[\\d]{8})-(?<commit>[\\da-f]+).7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-$version/yuzu-windows-msvc-$matchDate-$matchCommit.7z"
}
}
}
}