# HG changeset patch # User John Donoghue # Date 1712939941 14400 # Node ID 962a17e87a9844fb57f7a8d32972b5b306d3554a # Parent f221be53a39966380f384e448d4e2b0e4124b5a5 * src/mesa.mk: update to v24.0.5 diff -r f221be53a399 -r 962a17e87a98 src/mesa.mk --- a/src/mesa.mk Thu Apr 11 10:09:50 2024 -0400 +++ b/src/mesa.mk Fri Apr 12 12:39:01 2024 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 24.0.4 -$(PKG)_CHECKSUM := f3cee67347312f8b689510fcf0da153b4799f610 +$(PKG)_VERSION := 24.0.5 +$(PKG)_CHECKSUM := 318a4d5930daa4406a2ab336e6c9d3b29f54df03 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)