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",
2022-02-10 16:30:53 -08:00
"version": "0-914",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
2022-02-10 16:30:53 -08:00
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-914/yuzu-windows-msvc-20220210-92ed183b5.7z",
"hash": "3e526978aa6a710b2de7e4724596c6f842aa531bb38f25f406000b60c07f633a"
}
},
"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"
}
}
}
}