From 1b41ad46ba66cdbb5d8ac65f98105c661ff91d02 Mon Sep 17 00:00:00 2001 From: babo Date: Sat, 28 Sep 2024 09:16:43 -0700 Subject: [PATCH] shadps4: update to version 0.3.0 --- bucket/shadps4.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shadps4.json b/bucket/shadps4.json index ba79de8..4a2ac7c 100644 --- a/bucket/shadps4.json +++ b/bucket/shadps4.json @@ -1,12 +1,12 @@ { - "version": "0.2.0", + "version": "0.3.0", "description": "shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++", "homepage": "https://shadps4.net/", "license": "GPL-2.0-only", "architecture": { "64bit": { - "url": "https://github.com/shadps4-emu/shadPS4/releases/download/v.0.2.0/shadps4-win64-qt.zip", - "hash": "5dcec90992b1325868d6bd75ff4506d52f5c969ba235aa9ab336ff6c764ed51e" + "url": "https://github.com/shadps4-emu/shadPS4/releases/download/v.0.3.0/shadps4-win64-qt-0.3.0.zip", + "hash": "c9b5e6e917497bb8a9d0792646945e94a6a8f56334c87e8f1f4608167b748aeb" } }, "shortcuts": [ @@ -20,12 +20,12 @@ ], "checkver": { "github": "https://github.com/shadps4-emu/shadPS4", - "regex": "/releases/tag/(?v?\\.?)(?[\\w-\\d.]+)" + "regex": "/releases/tag/(?v?\\.?)(?[\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/shadps4-emu/shadPS4/releases/download/$matchPrefix$version/shadps4-win64-qt.zip" + "url": "https://github.com/shadps4-emu/shadPS4/releases/download/$matchPrefix$version/shadps4-win64-qt-$version.zip" } } }