From 2aea4af4156c7d1213420054ee91f50d5d7c5045 Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Thu, 8 Apr 2021 21:56:27 +0300 Subject: [PATCH] mesa: update to 21.0.2 --- srcpkgs/mesa/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index fd6d0c77b651..0dbe36205d7e 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,6 +1,6 @@ # Template file for 'mesa' pkgname=mesa -version=21.0.1 +version=21.0.2 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=379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb +checksum=46c1dc5bb54a372dee43ec3c067229c299187d5bdadf1402756bbf66a6df5b88 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then configure_args+=" -Duse-elf-tls=false"