From 9d16d5678d94374f21dba682c670fff46af87520 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Feb 2014 05:02:33 +0100 Subject: [PATCH] harfbuzz: update to 0.9.26. --- srcpkgs/harfbuzz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index e6524fc31b..9fad9c60e5 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,6 +1,6 @@ # Template build file for 'harfbuzz'. pkgname=harfbuzz -version=0.9.24 +version=0.9.26 revision=1 build_style=gnu-configure configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://www.pango.org/" license="LGPL-2.1" distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2" -checksum=edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422 +checksum=5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libtool glib-devel"