# HG changeset patch # User John Donoghue # Date 1691087737 14400 # Node ID c3cdf7829abbcb786c8e3260066b460a57ed1237 # Parent 3e527b9f69850f0920fd64e66d452af838b10bd7 * src/mesa.mk: update to v23.1.5 diff -r 3e527b9f6985 -r c3cdf7829abb src/mesa.mk --- a/src/mesa.mk Wed Aug 02 14:25:10 2023 -0400 +++ b/src/mesa.mk Thu Aug 03 14:35:37 2023 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 23.1.4 -$(PKG)_CHECKSUM := d534f7854afa284ca73cfa9aa2d7a1e1adccfc50 +$(PKG)_VERSION := 23.1.5 +$(PKG)_CHECKSUM := f3c9716cfb80d3f82ae138e7d495816d08a3dc3e $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)