# HG changeset patch # User John Donoghue # Date 1672606225 18000 # Node ID 9f78d66f219e93566b73a964cd99a8191933725e # Parent 9eff743a7de074ed9bd44bb30b2272669f5449b5 src/mesa.mk: update to v22.3.2 diff -r 9eff743a7de0 -r 9f78d66f219e src/mesa.mk --- a/src/mesa.mk Sun Jan 01 11:54:21 2023 -0500 +++ b/src/mesa.mk Sun Jan 01 15:50:25 2023 -0500 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := mesa -$(PKG)_VERSION := 22.3.1 -$(PKG)_CHECKSUM := 3c996af7e8f82f1afe19fc5769424769f79df9d3 +$(PKG)_VERSION := 22.3.2 +$(PKG)_CHECKSUM := 3074a9fba66f4d3788384721c0089f93d5afa1b3 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)