diff options
author | Bradley Sepos <[email protected]> | 2017-12-14 03:21:34 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-16 11:59:24 -0500 |
commit | 228f0e6d908b19503a5a23983abc3d86dc4fffe6 (patch) | |
tree | 0084ffcddec826b512158a2b939c1bdc29b3bfb1 /contrib/harfbuzz | |
parent | fe7f2087d639cd4ac9fe8e718e1340e287501f5d (diff) |
contrib: Update to HarfBuzz 1.7.2.
Diffstat (limited to 'contrib/harfbuzz')
-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 c0f527054..da08f57d6 100644 --- a/contrib/harfbuzz/module.defs +++ b/contrib/harfbuzz/module.defs @@ -3,9 +3,9 @@ __deps__ := FREETYPE $(eval $(call import.MODULE.defs,HARFBUZZ,harfbuzz,$(__deps__))) $(eval $(call import.CONTRIB.defs,HARFBUZZ)) -HARFBUZZ.FETCH.url = https://download.handbrake.fr/handbrake/contrib/harfbuzz-1.4.6.tar.bz2 -HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.4.6.tar.bz2 -HARFBUZZ.FETCH.sha256 = 21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293 +HARFBUZZ.FETCH.url = https://download.handbrake.fr/handbrake/contrib/harfbuzz-1.7.2.tar.bz2 +HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.7.2.tar.bz2 +HARFBUZZ.FETCH.sha256 = a790585e35c1a87f0dcc23580c84b7cc2324e6f67a2946178d278c2a36c790cb # Tell configure where to find our version of freetype HARFBUZZ.CONFIGURE.extra = \ |