Skip to content

Commit

Permalink
contrib: Update to HarfBuzz 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Aug 10, 2016
1 parent 747d1d9 commit dc8eff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/harfbuzz/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit dc8eff4

Please sign in to comment.