From cecc9261fcb1a9453ddbbdbab5b4fb0ae11f3248 Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Fri, 16 Jul 2021 09:58:22 +0300 Subject: [PATCH] mesa: update to 21.1.5. --- srcpkgs/mesa/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 84d627bc4f61..8443dbfc01e1 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,6 +1,6 @@ # Template file for 'mesa' pkgname=mesa -version=21.1.4 +version=21.1.5 revision=1 wrksrc="mesa-${version}" build_style=meson @@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later" homepage="https://www.mesa3d.org/" changelog="https://docs.mesa3d.org/relnotes/${version}.html" distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" -checksum=1f177f44098164b65731c5ded4c928fd58b14f6c9d2087aa0e37bc79bf79e90b +checksum=022c7293074aeeced2278c872db4fa693147c70f8595b076cf3f1ef81520766d if [ "$XBPS_TARGET_LIBC" = "musl" ]; then configure_args+=" -Duse-elf-tls=false"