diff src/mesa.mk @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents f07e1bce8820
children d63a8678fba0
line wrap: on
line diff
--- a/src/mesa.mk	Thu Aug 26 17:54:30 2021 +0200
+++ b/src/mesa.mk	Thu Sep 16 22:37:45 2021 +0200
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 21.0.3
-$(PKG)_CHECKSUM := e97b6bba3f6223668bf37a6bdea9dca5859470b4
+$(PKG)_VERSION  := 21.1.8
+$(PKG)_CHECKSUM := bb184edbff2f7e9f1705532349a49bd1f53cb631
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)