changeset 6006:d63a8678fba0

mesa3d: Update to version 21.2.6. * src/mesa.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Dec 2021 20:47:27 +0100
parents 33a3c07508c8
children 914a6dab26c1
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Sun Dec 05 13:42:09 2021 -0500
+++ b/src/mesa.mk	Sun Dec 05 20:47:27 2021 +0100
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 21.1.8
-$(PKG)_CHECKSUM := bb184edbff2f7e9f1705532349a49bd1f53cb631
+$(PKG)_VERSION  := 21.2.6
+$(PKG)_CHECKSUM := b7057fa4e57ae4155248b38b5085d083689ac94c
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)