libraries/harfbuzz: Updated for version 0.9.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
99ff38e789
commit
ade776e429
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2012 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=harfbuzz
|
||||
VERSION=0.9.9
|
||||
VERSION=0.9.10
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="harfbuzz"
|
||||
VERSION="0.9.9"
|
||||
VERSION="0.9.10"
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
||||
DOWNLOAD="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.9.tar.bz2"
|
||||
MD5SUM="e901ffe556d706b7d43b272f83be7f09"
|
||||
DOWNLOAD="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.10.tar.bz2"
|
||||
MD5SUM="deec04f2281bef6323f4ad1dabbf75f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue