# HG changeset patch # User John Donoghue # Date 1666211625 14400 # Node ID 86de992453363bc5143c282715bf9e93d859f67b # Parent 7906c0f93b0516de5861e29e3120dedeaa087c8d * src/mesa.mk: update to v2.22.2 diff -r 7906c0f93b05 -r 86de99245336 src/mesa.mk --- a/src/mesa.mk Tue Oct 18 12:52:39 2022 -0400 +++ b/src/mesa.mk Wed Oct 19 16:33:45 2022 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 22.2.1 -$(PKG)_CHECKSUM := 28bdd2f683badf64d1a41d8196ba912983cb9b00 +$(PKG)_VERSION := 22.2.2 +$(PKG)_CHECKSUM := 6be81666d15b0b4b8b899256cb78acd360a12ca1 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)