diff --git a/bucket/cxbx-reloaded.json b/bucket/cxbx-reloaded.json index 901d812ad71..6d31b4c5b5c 100644 --- a/bucket/cxbx-reloaded.json +++ b/bucket/cxbx-reloaded.json @@ -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": [ @@ -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" } } diff --git a/bucket/ppsspp-dev.json b/bucket/ppsspp-dev.json index 940af47de2e..ea2e152f5f1 100644 --- a/bucket/ppsspp-dev.json +++ b/bucket/ppsspp-dev.json @@ -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", @@ -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", @@ -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", @@ -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" } } }