mesa: update to 20.3.2.

This commit is contained in:
travankor 2020-12-31 08:28:01 -07:00 committed by Érico Nogueira Rolim
parent e979e74279
commit ebae4a32ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mesa' # Template file for 'mesa'
pkgname=mesa pkgname=mesa
version=20.3.1 version=20.3.2
revision=1 revision=1
wrksrc="mesa-${version}" wrksrc="mesa-${version}"
build_style=meson build_style=meson
@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/" homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes/${version}.html" changelog="https://docs.mesa3d.org/relnotes/${version}.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=af751b49bb2ab0264d58c31e73d869e80333de02b2d1becc93f1b28c67aa780f checksum=cce001b685d23afb976b04138714906abcf7e7f996da6355e6a43e5ca486533d
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" -Duse-elf-tls=false" configure_args+=" -Duse-elf-tls=false"