# HG changeset patch # User John Donoghue # Date 1658254713 14400 # Node ID 8a36987a61329cc2bc194bbb3d4c3f0477fdbdcd # Parent 3e2af59877611f5b6ac7c5848e22c1ef3b33198e * src/mesa.mk: update to 22.1.4 diff -r 3e2af5987761 -r 8a36987a6132 src/mesa.mk --- a/src/mesa.mk Tue Jul 19 14:17:17 2022 -0400 +++ b/src/mesa.mk Tue Jul 19 14:18:33 2022 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 22.1.3 -$(PKG)_CHECKSUM := 8d27ed72beee3939b3e81793dc081c4a6dc69593 +$(PKG)_VERSION := 22.1.4 +$(PKG)_CHECKSUM := ed7ada03f78ed98cb729e631bd48f121cb5f7ae3 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)