From ca4dd28958e91de882ac2c61be44226b057aa607 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 27 Dec 2020 13:43:44 -0600 Subject: [PATCH] SDL2: update to 2.0.14. --- srcpkgs/SDL2/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 36364dcd248de9..0f5cf70424b3a8 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.0.12 +version=2.0.14 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -14,9 +14,8 @@ maintainer="Orphaned " license="Zlib" homepage="http://www.libsdl.org/" distfiles="http://www.libsdl.org/release/${pkgname}-${version}.tar.gz" -checksum=349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863 +checksum=d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc -# Package build options build_options="gles opengl pulseaudio sndio vulkan wayland x11" build_options_default="gles opengl pulseaudio sndio vulkan wayland x11"