# HG changeset patch # User John Donoghue # Date 1660159107 14400 # Node ID b68148d8be7bdcff8771ce7f3519dc650ecfc1b6 # Parent 1d99604afef82f5771b70042ed22cc2610c7162c * src/mesa.mk: update to v22.1.5 diff -r 1d99604afef8 -r b68148d8be7b src/mesa.mk --- a/src/mesa.mk Wed Aug 10 15:18:25 2022 -0400 +++ b/src/mesa.mk Wed Aug 10 15:18:27 2022 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 22.1.4 -$(PKG)_CHECKSUM := ed7ada03f78ed98cb729e631bd48f121cb5f7ae3 +$(PKG)_VERSION := 22.1.5 +$(PKG)_CHECKSUM := d2e6d071e560c0f92a519a7c4b38d4c43f6dae19 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)