Skip to content

Commit

Permalink
Update HarfBuzz to version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Jan 31, 2025
1 parent 0c7c33b commit 563497c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/harfbuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def __init__(self):
Project.__init__(
self,
"harfbuzz",
version="10.1.0",
version="10.2.0",
archive_url="https://github.com/harfbuzz/harfbuzz/releases/download/{version}/harfbuzz-{version}.tar.xz",
hash="6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82",
hash="620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227",
dependencies=["meson", "cmake", "freetype", "cairo", "pkgconf", "glib"],
)

Expand Down

0 comments on commit 563497c

Please sign in to comment.