From 9991864c3460f3d8f45995c9fe9b056ccf126918 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 13 Jul 2025 02:54:01 +0100 Subject: [PATCH] harfbuzz: update to version 11.2.1 Signed-off-by: Daniel Golle --- libs/harfbuzz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/harfbuzz/Makefile b/libs/harfbuzz/Makefile index 3007c03..70f15e6 100644 --- a/libs/harfbuzz/Makefile +++ b/libs/harfbuzz/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=harfbuzz -PKG_VERSION:=10.0.1 +PKG_VERSION:=11.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/harfbuzz/harfbuzz/releases/download/$(PKG_VERSION)/ -PKG_HASH:=b2cb13bd351904cb9038f907dc0dee0ae07127061242fe3556b2795c4e9748fc +PKG_HASH:=093714c8548a285094685f0bdc999e202d666b59eeb3df2ff921ab68b8336a49 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1 -- 2.30.2