Fix/update Yuzu dependencies
This commit is contained in:
parent
7da8fddec1
commit
b26e34a600
2 changed files with 3 additions and 2 deletions
|
@ -59,5 +59,6 @@ makeinstall_target() {
|
|||
--with-system \
|
||||
--with-thread \
|
||||
--with-nowide \
|
||||
--with-context \
|
||||
install
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nlohmann-json"
|
||||
PKG_VERSION="3.6.1"
|
||||
PKG_SHA256="80c45b090e40bf3d7a7f2a6e9f36206d3ff710acfa8d8cc1f8c763bb3075e22e"
|
||||
PKG_VERSION="3.11.2"
|
||||
PKG_SHA256="d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://nlohmann.github.io/json/"
|
||||
PKG_URL="https://github.com/nlohmann/json/archive/v$PKG_VERSION.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue