changeset 6133:fb32f054e6a2

Mesa 3D: Update to version 21.3.8. * src/mesa.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Mar 2022 19:14:02 +0100
parents 59871eac3409
children 8e6609f2eaac
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Sun Mar 20 17:38:06 2022 +0100
+++ b/src/mesa.mk	Sun Mar 20 19:14:02 2022 +0100
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 21.3.7
-$(PKG)_CHECKSUM := 8e12e6aec2510c3f0d9858e5f4ccf4f1189074ca
+$(PKG)_VERSION  := 21.3.8
+$(PKG)_CHECKSUM := a891cab170a5914cec3e8aa0a6f3ec0f490ab0e9
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)