Skip to content

Commit f2a512d

Browse files
committed
Update libplacebo, sdl2-compat, OpenSSL, and SDL3
1 parent 02004ba commit f2a512d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-appimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v5
4343
with:
4444
repository: libsdl-org/SDL
45-
ref: release-3.4.10
45+
ref: a5e02a0927a2dd999718c1903f2d59440319ca99
4646
path: deps/SDL
4747

4848
- name: Build SDL3
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v5
5757
with:
5858
repository: libsdl-org/sdl2-compat
59-
ref: release-2.32.68
59+
ref: release-2.32.70
6060
path: deps/sdl2-compat
6161

6262
- name: Build sdl2-compat
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@v5
102102
with:
103103
repository: haasn/libplacebo
104-
ref: b915882db8d349cc1831c3d3978ee7d5f914b10b
104+
ref: 2d0979fb54e025e904c7372666fffbf5dae40f66
105105
path: deps/libplacebo
106106
submodules: 'recursive'
107107

setup-deps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
44
$PrebuiltRepo = "moonlight-qt-deps"
55
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
66
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
7-
$Tag = "v5"
7+
$Tag = "v6"
88

99
if (Test-Path $TargetDir) {
1010
Write-Host "Cleaning target directory..." -ForegroundColor Cyan

setup-deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ORGANIZATION = "moonlight-stream"
99
PREBUILT_REPO = "moonlight-qt-deps"
10-
TAG = "v5"
10+
TAG = "v6"
1111

1212
def get_platform_config():
1313
system = platform.system()

0 commit comments

Comments
 (0)