# HG changeset patch # User John Donoghue # Date 1707744561 18000 # Node ID 80a99e343eea3bea8e94098b0aac8edd403db3d0 # Parent 6a64bb271086d99ac7c53f8117e1a15dd31396fc * src/mesa.mk: update to v23.3.5 diff -r 6a64bb271086 -r 80a99e343eea src/mesa.mk --- a/src/mesa.mk Sat Feb 10 18:09:02 2024 -0500 +++ b/src/mesa.mk Mon Feb 12 08:29:21 2024 -0500 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 23.3.4 -$(PKG)_CHECKSUM := b4280cde7b01adeae178da85d2725567d6a7c792 +$(PKG)_VERSION := 23.3.5 +$(PKG)_CHECKSUM := 2be3d69c34bcaeab138ccb1906591d9c9ba62df9 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)