8000 contrib: update HarfBuzz to 11.2.0 by hnsteyding · Pull Request #6820 · HandBrake/HandBrake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

contrib: update HarfBuzz to 11.2.0 #6820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contrib/harfbuzz/module.defs
60DA
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/contribs2/harfbuzz-11.0.0.tar.xz
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/11.0.0/harfbuzz-11.0.0.tar.xz
HARFBUZZ.FETCH.sha256 = f16351bafe214725fe2c1d5b59f0d93e49905a4b247899fb90d70cff953a2b9b
HARFBUZZ.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/harfbuzz-11.2.0.tar.xz
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/11.2.0/harfbuzz-11.2.0.tar.xz
HARFBUZZ.FETCH.sha256 = 50f7d0a208367e606dbf6eecc5cfbecc01a47be6ee837ae7aff2787e24b09b45

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