From b2062c93d98220730acc5d7a0487c1e7b87b2c90 Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Wed, 3 Jul 2024 22:57:14 +0100 Subject: [PATCH] Deps: Update to SDL 2.30.5 *jazz hands* --- .github/workflows/scripts/linux/build-dependencies-qt.sh | 4 ++-- .github/workflows/scripts/linux/flatpak/modules/20-sdl2.json | 4 ++-- .github/workflows/scripts/macos/build-dependencies.sh | 4 ++-- .github/workflows/scripts/windows/build-dependencies.bat | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/scripts/linux/build-dependencies-qt.sh b/.github/workflows/scripts/linux/build-dependencies-qt.sh index bf82e10226..9bc2b10402 100755 --- a/.github/workflows/scripts/linux/build-dependencies-qt.sh +++ b/.github/workflows/scripts/linux/build-dependencies-qt.sh @@ -19,7 +19,7 @@ LIBJPEG=9f LIBPNG=1.6.43 LIBWEBP=1.4.0 LZ4=b8fd2d15309dd4e605070bd4486e26b6ef814e29 -SDL=SDL2-2.30.4 +SDL=SDL2-2.30.5 QT=6.7.2 ZSTD=1.5.6 @@ -37,7 +37,7 @@ fd6f417fe9e3a071cf1424a5152d926a34c4a3c5070745470be6cf12a404ed79 $LIBBACKTRACE. 6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c libpng-$LIBPNG.tar.xz 61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5 libwebp-$LIBWEBP.tar.gz 0728800155f3ed0a0c87e03addbd30ecbe374f7b080678bbca1506051d50dec3 $LZ4.tar.gz -59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26 $SDL.tar.gz +f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b $SDL.tar.gz 8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1 zstd-$ZSTD.tar.gz c5f22a5e10fb162895ded7de0963328e7307611c688487b5d152c9ee64767599 qtbase-everywhere-src-$QT.tar.xz e1a1d8785fae67d16ad0a443b01d5f32663a6b68d275f1806ebab257485ce5d6 qtimageformats-everywhere-src-$QT.tar.xz diff --git a/.github/workflows/scripts/linux/flatpak/modules/20-sdl2.json b/.github/workflows/scripts/linux/flatpak/modules/20-sdl2.json index 829175a299..d2bc1865ea 100644 --- a/.github/workflows/scripts/linux/flatpak/modules/20-sdl2.json +++ b/.github/workflows/scripts/linux/flatpak/modules/20-sdl2.json @@ -14,8 +14,8 @@ "sources": [ { "type": "archive", - "url": "https://libsdl.org/release/SDL2-2.30.4.tar.gz", - "sha256": "59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26" + "url": "https://libsdl.org/release/SDL2-2.30.5.tar.gz", + "sha256": "f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b" } ], "cleanup": [ diff --git a/.github/workflows/scripts/macos/build-dependencies.sh b/.github/workflows/scripts/macos/build-dependencies.sh index 673a4d7855..193e6807f0 100755 --- a/.github/workflows/scripts/macos/build-dependencies.sh +++ b/.github/workflows/scripts/macos/build-dependencies.sh @@ -22,7 +22,7 @@ fi FREETYPE=2.13.2 HARFBUZZ=8.3.1 -SDL=SDL2-2.30.4 +SDL=SDL2-2.30.5 ZSTD=1.5.6 LZ4=b8fd2d15309dd4e605070bd4486e26b6ef814e29 LIBPNG=1.6.43 @@ -56,7 +56,7 @@ CMAKE_COMMON=( cat > SHASUMS <