# HG changeset patch # User John Donoghue # Date 1685185938 14400 # Node ID 32eed9f14d0fa754d63c98ab841869ea97eafd5e # Parent 6fd0663f84da43974b6f7a23bc0d2aefd52d6cdc * src/mesa.mk: update to v23.1.1 diff -r 6fd0663f84da -r 32eed9f14d0f src/mesa.mk --- a/src/mesa.mk Wed May 24 11:55:09 2023 -0400 +++ b/src/mesa.mk Sat May 27 07:12:18 2023 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 23.0.3 -$(PKG)_CHECKSUM := 622ec9473de8effade5ce7128aca71966d552d4b +$(PKG)_VERSION := 23.1.1 +$(PKG)_CHECKSUM := 30ecffcddb4e8fec2b208973c7e06d566afa1060 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)