diff options
author | Bradley Sepos <[email protected]> | 2019-10-13 12:04:50 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-10-14 13:57:21 -0400 |
commit | 1d3baedc15ea600dfde6bd220978e70db295cd91 (patch) | |
tree | d8795f20c772d491df279a878273da8de4ebb24b | |
parent | b4cd7d4bcc4971a4814a4fcdd0107ce7ebf25aca (diff) |
contrib: Update to harfbuzz 2.6.2.
-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 9cd5369b4..2eabd90d4 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-2.6.1.tar.xz -HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.1.tar.xz -HARFBUZZ.FETCH.sha256 = c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f +HARFBUZZ.FETCH.url = https://download.handbrake.fr/handbrake/contrib/harfbuzz-2.6.2.tar.xz +HARFBUZZ.FETCH.url += https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.2.tar.xz +HARFBUZZ.FETCH.sha256 = 3b4c6a72f7f2b05d54f6c3112b3ebee5131c199fe4de4cf9bbbf71a56666f624 HARFBUZZ.build_dir = build HARFBUZZ.CONFIGURE.exe = cmake |