Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/freetype/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'freetype'
pkgname=freetype
version=2.14.2
version=2.14.3
revision=1
build_style=gnu-configure
configure_args="--enable-freetype-config"
Expand All @@ -13,7 +13,7 @@ homepage="https://www.freetype.org/"
# Should be using NONGNU_SITE instead, but that often redirects to outdated
# mirrors, causing fetching the distfile to fail.
distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
checksum=4b62dcab4c920a1a860369933221814362e699e26f55792516d671e6ff55b5e1
checksum=36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f

post_patch() {
vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in
Expand Down