Merge pull request #2665 from brooksytech/dev

Bump Mesa to 23.3.3
This commit is contained in:
Brooksytech 2024-01-11 14:10:41 -08:00 committed by GitHub
commit 79d9b003cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ case ${DEVICE} in
PKG_URL="${PKG_SITE}.git"
;;
*)
PKG_VERSION="23.3.2"
PKG_VERSION="23.3.3"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
;;