Skip to content

Commit

Permalink
cxbx-reloaded, ppsspp-dev: Fix autoupdate and update to latest versio…
Browse files Browse the repository at this point in the history
…ns (#1304)
  • Loading branch information
beyondmeat authored Jan 9, 2025
1 parent 46c0605 commit 90540ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions bucket/cxbx-reloaded.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "f9449d0",
"version": "6f32d89",
"description": "Microsoft Xbox emulator",
"homepage": "https://cxbx-reloaded.co.uk/",
"license": {
"identifier": "GPL-2.0",
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/blob/master/COPYING"
},
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-f9449d0/CxbxReloaded-Release-VS2022.zip",
"hash": "defb73314bf6d49293d89c043ca9c3dddd84667d27912953fd08a98605ab6831",
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-6f32d89/CxbxReloaded-Release-VS2019.zip",
"hash": "d145f4babdb9c42cae44638a28aa149b85f3b8f23630258aeca644203aa4deb5",
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.ini\")) { $null = New-Item \"$dir\\settings.ini\" }",
"bin": "cxbx.exe",
"shortcuts": [
Expand All @@ -25,6 +25,6 @@
"regex": "CI-([a-f\\d]+)."
},
"autoupdate": {
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-$version/CxbxReloaded-Release-VS2022.zip"
"url": "https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases/download/CI-$version/CxbxReloaded-Release-VS2019.zip"
}
}
20 changes: 10 additions & 10 deletions bucket/ppsspp-dev.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.17.1-1327-g1fdb6379df",
"version": "1.18.1-600-g3c1693224f",
"description": "Sony PlayStation Portable (PSP) emulator. Development build",
"homepage": "https://www.ppsspp.org",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://builds.ppsspp.org/builds/v1.17.1-1327-g1fdb6379df/ppsspp_win.zip",
"hash": "d1249747d920c4d4d5589fa0dccbca202966f4285bdc317171900ad8793be6d5",
"url": "https://builds.ppsspp.org/builds/v1.18.1-600-g3c1693224f/ppsspp_win_v1.18.1-600-g3c1693224f.zip",
"hash": "28ddd77b66d9421aef61aef47f30cf9b5d3987df1ecb6b7f0eb1d2adb2f0536a",
"shortcuts": [
[
"PPSSPPWindows64.exe",
Expand All @@ -15,8 +15,8 @@
]
},
"32bit": {
"url": "https://builds.ppsspp.org/builds/v1.17.1-1327-g1fdb6379df/ppsspp_win.zip",
"hash": "d1249747d920c4d4d5589fa0dccbca202966f4285bdc317171900ad8793be6d5",
"url": "https://builds.ppsspp.org/builds/v1.18.1-600-g3c1693224f/ppsspp_win_v1.18.1-600-g3c1693224f.zip",
"hash": "28ddd77b66d9421aef61aef47f30cf9b5d3987df1ecb6b7f0eb1d2adb2f0536a",
"shortcuts": [
[
"PPSSPPWindows.exe",
Expand All @@ -25,8 +25,8 @@
]
},
"arm64": {
"url": "https://builds.ppsspp.org/builds/v1.17.1-1327-g1fdb6379df/PPSSPPWindowsARM64.zip",
"hash": "22a581a22c01440fc1f835e0d581fdf83d4ed197a9682e914e2bf09174f8ce92",
"url": "https://builds.ppsspp.org/builds/v1.18.1-600-g3c1693224f/PPSSPPWindowsARM64_v1.18.1-600-g3c1693224f.zip",
"hash": "716bcdd632bbe704dfd3155e508755732764f0738a27fc1520deb7bbaea91274",
"shortcuts": [
[
"PPSSPPWindowsARM64.exe",
Expand Down Expand Up @@ -54,13 +54,13 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/ppsspp_win.zip"
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/ppsspp_win_v$matchVersion-$matchBuild-g$matchCommit.zip"
},
"32bit": {
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/ppsspp_win.zip"
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/ppsspp_win_v$matchVersion-$matchBuild-g$matchCommit.zip"
},
"arm64": {
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/PPSSPPWindowsARM64.zip"
"url": "https://builds.ppsspp.org/builds/v$matchVersion-$matchBuild-g$matchCommit/PPSSPPWindowsARM64_v$matchVersion-$matchBuild-g$matchCommit.zip"
}
}
}
Expand Down

0 comments on commit 90540ad

Please sign in to comment.