harfbuzz: update to 4.1.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2022-03-23 06:14:30 +00:00
parent b2c1b4e89f
commit c8002642e5
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/HarfBuzz/
TERMUX_PKG_DESCRIPTION="OpenType text shaping engine"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.0.1
TERMUX_PKG_VERSION=4.1.0
TERMUX_PKG_SRCURL=https://github.com/harfbuzz/harfbuzz/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=449edee95208344d75f8e886da6ae390a3e1002e5b3ca4eb7ed42e69958491e2
TERMUX_PKG_SHA256=0dad9332aa017d216981382cc07a9cf115740990c83b81ce3ea71ad88026d7f1
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="freetype, glib, libbz2, libc++, libpng, libgraphite"
TERMUX_PKG_BREAKS="harfbuzz-dev"