From 816c17d3630fd69aa8ddc91f32f733a78a25f7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 1 Oct 2024 20:54:49 +0200 Subject: [PATCH] ci/mingw: update harfbuzz to 10.0.1 --- ci/build-mingw64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index a0212a613b..ecdf3976c1 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -240,7 +240,7 @@ _fribidi () { _fribidi_mark=lib/libfribidi.dll.a _harfbuzz () { - local ver=9.0.0 + local ver=10.0.1 gettar "https://github.com/harfbuzz/harfbuzz/releases/download/${ver}/harfbuzz-${ver}.tar.xz" builddir harfbuzz-${ver} meson setup .. --cross-file "$prefix_dir/crossfile" \