bump(main/freetype): 2.13.2

This commit is contained in:
Twaik Yont 2023-09-26 23:28:42 +03:00 committed by finagolfin
parent 5139f18d09
commit b937f661ad
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,12 @@ TERMUX_PKG_HOMEPAGE=https://www.freetype.org
TERMUX_PKG_DESCRIPTION="Software font engine capable of producing high-quality output"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.13.1
TERMUX_PKG_VERSION=2.13.2
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/freetype/freetype-${TERMUX_PKG_VERSION}.tar.xz
#TERMUX_PKG_SRCURL=https://download.savannah.nongnu.org/releases/freetype/freetype-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ea67e3b019b1104d1667aa274f5dc307d8cbd606b399bc32df308a77f1a564bf
TERMUX_PKG_SHA256=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
TERMUX_PKG_DEPENDS="brotli, libbz2, libpng, zlib"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BREAKS="freetype-dev"
TERMUX_PKG_REPLACES="freetype-dev"
# Use with-harfbuzz=no to avoid circular dependency between freetype and harfbuzz:
@ -16,4 +17,3 @@ termux_step_post_make_install() {
install -Dm700 freetype-config $TERMUX_PREFIX/bin/freetype-config
install -Dm600 ../src/docs/freetype-config.1 $TERMUX_PREFIX/share/man/man1/freetype-config.1
}