From a6782487530c5cd695b231f35faed0a9c3aade41 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 18 Apr 2025 01:10:13 +0200 Subject: [PATCH] harfbuzz: update to 11.1.0. --- srcpkgs/harfbuzz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index 076a57026db..057d4b72993 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,6 +1,6 @@ # Template file for 'harfbuzz' pkgname=harfbuzz -version=11.0.1 +version=11.1.0 revision=1 build_style=meson build_helper="gir qemu" @@ -21,7 +21,7 @@ license="MIT" homepage="https://harfbuzz.github.io/" changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS" distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz" -checksum=4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a +checksum=477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=enabled"