Bump Mesa to 23.2.1, update Flycast SA & Yuzu SA
This commit is contained in:
parent
de45e28f45
commit
d291a5b257
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="flycast-sa"
|
||||
PKG_VERSION="e8e382372a181c5ec085d9e4c6075dca74fb32de"
|
||||
PKG_VERSION="cb91ad3ae0c1291485892bf3a9663a2fd303ce83"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/flyinghead/flycast"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="yuzu-sa"
|
||||
PKG_VERSION="a19f62e636b516b8a4d218f3f7327c16bd70af94"
|
||||
PKG_VERSION="53f904b740c00ee491565578012a8c739bd9ed77"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/yuzu-emu/yuzu"
|
||||
|
|
|
@ -22,8 +22,7 @@ case ${DEVICE} in
|
|||
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="23.1.8"
|
||||
PKG_SHA256="45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad"
|
||||
PKG_VERSION="23.2.1"
|
||||
PKG_SITE="http://www.mesa3d.org/"
|
||||
PKG_URL="https://mesa.freedesktop.org/archive/mesa-${PKG_VERSION}.tar.xz"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue