mirror of https://github.com/mpv-player/mpv
ci/mingw: update dependency versions
This commit is contained in:
parent
d2e3e6f3bd
commit
3ab989e554
|
@ -228,7 +228,7 @@ _freetype () {
|
|||
_freetype_mark=lib/libfreetype.dll.a
|
||||
|
||||
_fribidi () {
|
||||
local ver=1.0.14
|
||||
local ver=1.0.15
|
||||
gettar "https://github.com/fribidi/fribidi/releases/download/v${ver}/fribidi-${ver}.tar.xz"
|
||||
builddir fribidi-${ver}
|
||||
meson setup .. --cross-file "$prefix_dir/crossfile" \
|
||||
|
@ -239,7 +239,7 @@ _fribidi () {
|
|||
_fribidi_mark=lib/libfribidi.dll.a
|
||||
|
||||
_harfbuzz () {
|
||||
local ver=8.4.0
|
||||
local ver=9.0.0
|
||||
gettar "https://github.com/harfbuzz/harfbuzz/releases/download/${ver}/harfbuzz-${ver}.tar.xz"
|
||||
builddir harfbuzz-${ver}
|
||||
meson setup .. --cross-file "$prefix_dir/crossfile" \
|
||||
|
|
Loading…
Reference in New Issue