comparison src/mesa.mk @ 7114:575bd694332f

* src/mesa.mk: update to v24.0.3
author John Donoghue <john.donoghue@ieee.org>
date Fri, 15 Mar 2024 07:36:41 -0400
parents 3f4d0ea784fc
children 47f45a985146
comparison
equal deleted inserted replaced
7113:614a2a988510 7114:575bd694332f
1 # This file is part of MXE Octave. 1 # This file is part of MXE Octave.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := mesa 4 PKG := mesa
5 $(PKG)_VERSION := 24.0.2 5 $(PKG)_VERSION := 24.0.3
6 $(PKG)_CHECKSUM := 4c82edcfe8d4ec98c430e13165a71415c1d293fb 6 $(PKG)_CHECKSUM := 84694cbfba0c990ca180c26b9bc2ab2837c76d97
7 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION)
8 $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz
9 $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE) 9 $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)
10 $(PKG)_DEPS := build-mako build-meson build-ninja expat zlib llvm s2tc 10 $(PKG)_DEPS := build-mako build-meson build-ninja expat zlib llvm s2tc
11 11