From 4f7f6bf890a83898e030b43e72b679754acbb8c0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 30 Mar 2026 09:12:20 -0400 Subject: [PATCH] Update Redumper to build 706 --- CHANGELIST.md | 1 + publish-nix.sh | 16 ++++++++-------- publish-win.ps1 | 16 ++++++++-------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 8989f396..cde8b162 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -5,6 +5,7 @@ - Read cuesheet from Redumper log, if possible - Allow 3 session multisession discs - Add better required text for CFW-specific fields +- Update Redumper to build 706 ### 3.7.0 (2026-03-20) diff --git a/publish-nix.sh b/publish-nix.sh index 0251708c..0826e7c0 100755 --- a/publish-nix.sh +++ b/publish-nix.sh @@ -100,14 +100,14 @@ function download_programs() { DL_MAP["Creator_win-x86"]="https://github.com/user-attachments/files/24401506/DiscImageCreator_20260101.zip" # Redumper - DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-arm64.zip" - DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-x64.zip" - #DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-x86.zip" - DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-macos-arm64.zip" - DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-macos-x64.zip" - DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-arm64.zip" - DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-x64.zip" - DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-x86.zip" + DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-arm64.zip" + DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-x64.zip" + #DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-x86.zip" + DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-macos-arm64.zip" + DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-macos-x64.zip" + DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-arm64.zip" + DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-x64.zip" + DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-x86.zip" # Download and extract files echo "===== Downloading Required Programs =====" diff --git a/publish-win.ps1 b/publish-win.ps1 index c82fcd76..20458692 100644 --- a/publish-win.ps1 +++ b/publish-win.ps1 @@ -89,14 +89,14 @@ function Download-Programs { "Creator_win-x64" = "https://github.com/user-attachments/files/24401506/DiscImageCreator_20260101.zip" # Redumper - "Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-arm64.zip" - "Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-x64.zip" - #"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-linux-x86.zip" - "Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-macos-arm64.zip" - "Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-macos-x64.zip" - "Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-arm64.zip" - "Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-x86.zip" - "Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b705/redumper-b705-windows-x64.zip" + "Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-arm64.zip" + "Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-x64.zip" + #"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-linux-x86.zip" + "Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-macos-arm64.zip" + "Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-macos-x64.zip" + "Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-arm64.zip" + "Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-x86.zip" + "Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b706/redumper-b706-windows-x64.zip" } # Download and extract files