changeset 6593:9f78d66f219e

src/mesa.mk: update to v22.3.2
author John Donoghue <john.donoghue@ieee.org>
date Sun, 01 Jan 2023 15:50:25 -0500
parents 9eff743a7de0
children 93d05bedaf72
files src/mesa.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Sun Jan 01 11:54:21 2023 -0500
+++ b/src/mesa.mk	Sun Jan 01 15:50:25 2023 -0500
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 22.3.1
-$(PKG)_CHECKSUM := 3c996af7e8f82f1afe19fc5769424769f79df9d3
+$(PKG)_VERSION  := 22.3.2
+$(PKG)_CHECKSUM := 3074a9fba66f4d3788384721c0089f93d5afa1b3
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)