Skip to content

Commit

Permalink
contrib: update harfbuzz to 10.0.1 (HandBrake#6161)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnsteyding authored Sep 26, 2024
1 parent 24da486 commit 49c6779
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 @@ -3,9 +3,9 @@ __deps__ := FREETYPE
$(eval $(call import.MODULE.defs,HARFBUZZ,harfbuzz,$(__deps__)))
$(eval $(call import.CONTRIB.defs,HARFBUZZ))

HARFBUZZ.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/harfbuzz-8.4.0.tar.xz
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/8.4.0/harfbuzz-8.4.0.tar.xz
HARFBUZZ.FETCH.sha256 = af4ea73e25ab748c8c063b78c2f88e48833db9b2ac369e29bd115702e789755e
HARFBUZZ.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/harfbuzz-10.0.1.tar.xz
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/10.0.1/harfbuzz-10.0.1.tar.xz
HARFBUZZ.FETCH.sha256 = b2cb13bd351904cb9038f907dc0dee0ae07127061242fe3556b2795c4e9748fc

HARFBUZZ.build_dir = build
HARFBUZZ.CONFIGURE.exe = cmake
Expand Down

0 comments on commit 49c6779

Please sign in to comment.