From 33281d25c3852862df453ee5f92877085d4e172f Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 12 Jan 2022 19:16:43 +0100 Subject: [PATCH] SDL2: update to 2.0.20. --- srcpkgs/SDL2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 68e459178fe1bc..db3afefab3ce28 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.0.18 +version=2.0.20 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt" distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz" -checksum=94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c +checksum=c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"