Merge pull request #2367 from fewtarius/dev
Fix a build issue with mpv.
This commit is contained in:
commit
d2d61fb4e6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2019 Trond Haugland (github.com/escalade)
|
||||
|
||||
PKG_NAME="luajit"
|
||||
PKG_VERSION="2090842"
|
||||
PKG_VERSION="113a168"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/LuaJIT/LuaJIT"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="mpv"
|
||||
PKG_VERSION="ad02db8"
|
||||
PKG_VERSION="f4210f84906c3b00a65fba198c8127b6757b9350" # 0.36.0
|
||||
PKG_LICENSE="GPLv2+"
|
||||
PKG_SITE="https://github.com/mpv-player/mpv"
|
||||
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue