From bd5ae66fbe694da353bd74338c610c78d28696ca Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Wed, 12 Apr 2023 20:06:20 -0500 Subject: [PATCH] 3rdparty: Update SDL to 2.26.5 --- .github/workflows/scripts/linux/build-dependencies-qt.sh | 4 ++-- .github/workflows/scripts/macos/build-dependencies.sh | 4 ++-- 3rdparty/sdl2/SDL | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scripts/linux/build-dependencies-qt.sh b/.github/workflows/scripts/linux/build-dependencies-qt.sh index f8df0a63a9..0d13dd933d 100755 --- a/.github/workflows/scripts/linux/build-dependencies-qt.sh +++ b/.github/workflows/scripts/linux/build-dependencies-qt.sh @@ -4,7 +4,7 @@ set -e INSTALLDIR="$HOME/deps" NPROCS="$(getconf _NPROCESSORS_ONLN)" -SDL=SDL2-2.26.4 +SDL=SDL2-2.26.5 QT=6.4.3 LIBBACKTRACE=ad106d5fdd5d960bd33fae1c48a351af567fd075 @@ -12,7 +12,7 @@ mkdir -p deps-build cd deps-build cat > SHASUMS < SHASUMS <