Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesa: update to 21.1.5. #31996

Merged
merged 1 commit into from
Jul 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/mesa/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down