From 51366ca5de2311aba650e01c3371c498b4d0c85a Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Mon, 5 Jun 2023 14:04:39 -0600 Subject: [PATCH] Update SDL to 2.26.4 --- linux-mingw/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-mingw/Dockerfile b/linux-mingw/Dockerfile index 1bdfc45..ab9e7ca 100644 --- a/linux-mingw/Dockerfile +++ b/linux-mingw/Dockerfile @@ -66,8 +66,8 @@ RUN \ cd && \ git clone https://aur.archlinux.org/mingw-w64-sdl2.git && \ cd mingw-w64-sdl2 && \ - # Revert to SDL 2.0.22 - git checkout bd37953 && \ + # Revert to SDL 2.26.4 + git checkout 277c44a && \ # Only build for x86_64 sed -i "s/'i686-w64-mingw32'//g" PKGBUILD && \ makepkg -si --noconfirm --noprogressbar && \