scoop-games/bucket/rpcs3-dev.json

42 lines
1.7 KiB
JSON
Raw Normal View History

{
"homepage": "https://rpcs3.net/",
"description": "Open-source Sony PlayStation 3 emulator (development version)",
"license": "GPL-2.0-only",
"version": "0.0.9-10309",
"url": "https://github.com/rpcs3/rpcs3-binaries-win/releases/download/build-2b75df22d92e386c55ca34fc08689a0125c17cec/rpcs3-v0.0.9-10309-2b75df22_win64.7z",
2020-05-03 13:02:09 -07:00
"hash": "a5a7646617cdae4b32feb8f5d356ecc87f49b594eccc5e61eb217ee20760d6fe",
"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": {
2020-02-17 18:09:09 -08:00
"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)"
}
},
2020-04-30 11:06:42 -07:00
"suggest": {
"PS3 System Software": "games/ps3-system-software"
},
"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",
2020-04-30 11:06:42 -07:00
"See the official quickstart guide for further instructions: https://rpcs3.net/quickstart",
"NEW: Alternatively, install the ps3-system-software package. You must still manually load PS3UPDAT.PUP"
]
}