scoop-games/bucket/rpcs3-dev.json

38 lines
1.5 KiB
JSON
Executable File

{
"homepage": "https://rpcs3.net/",
"description": "Open-source Sony PlayStation 3 emulator (development version)",
"license": "GPL-2.0-only",
"version": "0.0.8-9652",
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-e005581ddae1fdf690f51e48d070f54281a47c1f/rpcs3-v0.0.8-9652-e005581d_win64.7z",
"hash": "8425a0b864ffab0b1375e287a0ca4bbb20dcd76cd5810ba87cb90f3776b08868",
"bin": "rpcs3.exe",
"depends": "vcredist2019",
"persist": [
"GuiConfigs",
"dev_hdd0"
],
"shortcuts": [
[
"rpcs3.exe",
"RPCS3-dev"
]
],
"checkver": {
"url": "https://rpcs3.net/compatibility?b",
"regex": "/rpcs3-binaries-win/releases/download/build-(?<fullhash>[0-9a-f]+)/rpcs3-v(?<build>[0-9]\\.[0-9]\\.[0-9]\\-[0-9]+)-(?<shorthash>[0-9a-f]{8})",
"replace": "${build}"
},
"autoupdate": {
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-$matchFullhash/rpcs3-v$matchBuild-$matchShorthash_win64.7z",
"hash": {
"url": "https://rpcs3.net/compatibility?b",
"regex": "Windows SHA-256: ($sha256)"
}
},
"notes": [
"ATTENTION: RPCS3 requires a copy of the official PS3 firmware to function.",
"It is available here: https://www.playstation.com/en-us/support/system-updates/ps3",
"See the official quickstart guide for further instructions: https://rpcs3.net/quickstart"
]
}