# HG changeset patch # User John Donoghue # Date 1657197095 14400 # Node ID 1b5da82fbbd5d64150a4251f8724830d2c42f3e1 # Parent 0d34a67863cc0e136b36e559a58b99abc06aa72c * src/mesa.mk: update to v22.1.3 diff -r 0d34a67863cc -r 1b5da82fbbd5 src/mesa.mk --- a/src/mesa.mk Thu Jul 07 08:31:34 2022 -0400 +++ b/src/mesa.mk Thu Jul 07 08:31:35 2022 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 22.1.2 -$(PKG)_CHECKSUM := c651193e4674d2afc2fe7b8f67e798ca63cfc2f7 +$(PKG)_VERSION := 22.1.3 +$(PKG)_CHECKSUM := 8d27ed72beee3939b3e81793dc081c4a6dc69593 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)