From b93cdbf78d89109434eebd7602cd37f6470f9c4e Mon Sep 17 00:00:00 2001 From: Andrei <156101084+AndreiVernon@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:58:39 -0500 Subject: [PATCH] shadps4-dev: Add version 2024-12-12-5be807f (#1286) Co-authored-by: Hugo Locurcio --- bucket/shadps4-dev.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/shadps4-dev.json diff --git a/bucket/shadps4-dev.json b/bucket/shadps4-dev.json new file mode 100644 index 000000000000..8c7391e3cc30 --- /dev/null +++ b/bucket/shadps4-dev.json @@ -0,0 +1,33 @@ +{ + "version": "2024-12-12-5be807f", + "description": "PlayStation 4 emulator for Windows, Linux and macOS (development version)", + "homepage": "https://shadps4.net/", + "license": { + "identifier": "GPL-2.0-only", + "url": "https://github.com/shadps4-emu/shadPS4/blob/main/LICENSE" + }, + "url": "https://github.com/shadps4-emu/shadPS4/releases/download/Pre-release-shadPS4-2024-12-12-5be807f/shadps4-win64-qt-2024-12-12-5be807f.zip", + "hash": "54ebbf19f4c4f4b234c70e8f802c15ac6450d351cd858337e6154d66837cfe34", + "bin": "shadPS4.exe", + "shortcuts": [ + [ + "shadPS4.exe", + "shadPS4 (Development)" + ] + ], + "persist": [ + "user" + ], + "checkver": { + "url": "https://api.github.com/repos/shadps4-emu/shadPS4/releases?per_page=1", + "jsonpath": "$[?(@.prerelease == true)].tag_name", + "regex": "((\\d+-){3}[a-f0-9]{7})" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/shadps4-emu/shadPS4/releases/download/Pre-release-shadPS4-$version/shadps4-win64-qt-$version.zip" + } + } + } +}