diff options
author | Bradley Sepos <[email protected]> | 2016-08-06 20:17:09 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-08-10 06:56:52 -0400 |
commit | dc8eff45ea203a3424c421036fbe3fecb035ccb2 (patch) | |
tree | e4127208190711d74e01a20bef60b29e48b9995a | |
parent | 747d1d91a97f6c0a6d08eb7034c378f613250a4f (diff) |
contrib: Update to HarfBuzz 1.3.0.
-rw-r--r-- | contrib/harfbuzz/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/harfbuzz/module.defs b/contrib/harfbuzz/module.defs index bd4325d1f..8727da414 100644 --- a/contrib/harfbuzz/module.defs +++ b/contrib/harfbuzz/module.defs @@ -2,9 +2,9 @@ __deps__ := FONTCONFIG FREETYPE $(eval $(call import.MODULE.defs,HARFBUZZ,harfbuzz,$(__deps__))) $(eval $(call import.CONTRIB.defs,HARFBUZZ)) -HARFBUZZ.FETCH.url = http://download.handbrake.fr/handbrake/contrib/harfbuzz-1.2.6.tar.bz2 -HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.6.tar.bz2 -HARFBUZZ.FETCH.md5 = 9f4b6831c86135faef011e991f59f77f +HARFBUZZ.FETCH.url = http://download.handbrake.fr/handbrake/contrib/harfbuzz-1.3.0.tar.bz2 +HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.3.0.tar.bz2 +HARFBUZZ.FETCH.md5 = a82d49ff67197bc3c96ea34b98880c52 # Tell configure where to find our versions of freetype and fontconfig HARFBUZZ.CONFIGURE.extra = \ |