diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index da6cde7a..05519754 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v5 with: repository: libsdl-org/SDL - ref: release-3.4.8 + ref: release-3.4.10 path: deps/SDL - name: Build SDL3 @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v5 with: repository: haasn/libplacebo - ref: v7.360.1 + ref: b915882db8d349cc1831c3d3978ee7d5f914b10b path: deps/libplacebo submodules: 'recursive' diff --git a/setup-deps.ps1 b/setup-deps.ps1 index 82ce7f85..9b7fa714 100644 --- a/setup-deps.ps1 +++ b/setup-deps.ps1 @@ -4,7 +4,7 @@ $Organization = "moonlight-stream" $PrebuiltRepo = "moonlight-qt-deps" $TargetDir = Join-Path $PSScriptRoot "libs\windows" $Assets = @("windows-x64.zip", "windows-ARM64.zip") -$Tag = "v4.1" +$Tag = "v5" if (Test-Path $TargetDir) { Write-Host "Cleaning target directory..." -ForegroundColor Cyan diff --git a/setup-deps.py b/setup-deps.py index a044fe7b..523ff4c5 100644 --- a/setup-deps.py +++ b/setup-deps.py @@ -7,7 +7,7 @@ import shutil ORGANIZATION = "moonlight-stream" PREBUILT_REPO = "moonlight-qt-deps" -TAG = "v4.1" +TAG = "v5" def get_platform_config(): system = platform.system()