From 0f7528710d50bb7fcb5911ed87b4050a6cb204e7 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 9 Dec 2021 17:47:15 +0100 Subject: [PATCH 1/2] wayland: update to 1.20.0. --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 624441d48a86..5ea25eaad1ce 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland' pkgname=wayland -version=1.19.0 +version=1.20.0 revision=1 build_style=meson # "Tests must not be built with NDEBUG defined, they rely on assert()." @@ -12,7 +12,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://wayland.freedesktop.org/" distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz" -checksum=baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 +checksum=b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-devel" From 5c049d3b2267d953998e7ad175834e58cbcbffe2 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 12 Jan 2022 19:16:43 +0100 Subject: [PATCH 2/2] 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 68e459178fe1..db3afefab3ce 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"