Skip to content

Commit

Permalink
shadps4: update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babo4d committed Sep 28, 2024
1 parent 4a9c057 commit 1b41ad4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/shadps4.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -20,12 +20,12 @@
],
"checkver": {
"github": "https://github.com/shadps4-emu/shadPS4",
"regex": "/releases/tag/(?<prefix>v?\\.?)(?<version>[\\w-\\d.]+)"
"regex": "/releases/tag/(?<prefix>v?\\.?)(?<version>[\\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"
}
}
}
Expand Down

0 comments on commit 1b41ad4

Please sign in to comment.