changeset 5601:537a9bb5d35b

Mesa 3D: Update to version 20.2.6. * src/mesa.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 19 Dec 2020 12:51:02 +0100
parents 1a766822f3ac
children fcfd6e32eb1f
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Sun Dec 13 11:28:44 2020 +0100
+++ b/src/mesa.mk	Sat Dec 19 12:51:02 2020 +0100
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 20.1.10
-$(PKG)_CHECKSUM := 151d5edff5caeead98f428698cf02ddb0cf66d4b
+$(PKG)_VERSION  := 20.2.6
+$(PKG)_CHECKSUM := fba97064824a3645c5b00bd55618098483f21678
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)