diff options
author | Bradley Sepos <[email protected]> | 2019-02-21 11:56:50 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-02-24 15:58:47 -0500 |
commit | 7b8e9052da52019f6251c68c4c5eb643e240af54 (patch) | |
tree | 8bcd03ba0144ec953dcb6dde0ba0315811d4176d /contrib | |
parent | e3c431109c6684ce00efbc04d5c44d50c305e6e8 (diff) |
contrib: Update to HarfBuzz 2.3.1.
Diffstat (limited to 'contrib')
-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 da08f57d6..6fb3ffcfe 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.7.2.tar.bz2 -HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.7.2.tar.bz2 -HARFBUZZ.FETCH.sha256 = a790585e35c1a87f0dcc23580c84b7cc2324e6f67a2946178d278c2a36c790cb +HARFBUZZ.FETCH.url = https://download.handbrake.fr/handbrake/contrib/harfbuzz-2.3.1.tar.bz2 +HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.1.tar.bz2 +HARFBUZZ.FETCH.sha256 = f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468 # Tell configure where to find our version of freetype HARFBUZZ.CONFIGURE.extra = \ |