# HG changeset patch # User John Donoghue # Date 1705082042 18000 # Node ID fb0d9b51936441698443075584090cc8d66f5efc # Parent b689f919943730e6d5fa7f229e3e54d3015689ea * src/mesa.mk: update to v23.3.3 diff -r b689f9199437 -r fb0d9b519364 src/mesa.mk --- a/src/mesa.mk Fri Jan 12 11:56:40 2024 -0500 +++ b/src/mesa.mk Fri Jan 12 12:54:02 2024 -0500 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 23.3.2 -$(PKG)_CHECKSUM := e998df8b490fffd8fe7eb9e569409bf28f4716a6 +$(PKG)_VERSION := 23.3.3 +$(PKG)_CHECKSUM := 13b0767105f93a5b2d3c2b620e2f3cd7ce67c0f5 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)