Skip to content

Commit

Permalink
Update HarfBuzz to version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed May 12, 2023
1 parent 2b25210 commit 907ba41
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 @@ -26,9 +26,9 @@ def __init__(self):
Project.__init__(
self,
"harfbuzz",
version="7.2.0",
version="7.3.0",
archive_url="https://github.com/harfbuzz/harfbuzz/releases/download/{version}/harfbuzz-{version}.tar.xz",
hash="fc5560c807eae0efd5f95b5aa4c65800c7a8eed6642008a6b1e7e3ffff7873cc",
hash="20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb",
dependencies=["meson", "cmake", "freetype", "pkgconf", "glib"],
)

Expand Down

0 comments on commit 907ba41

Please sign in to comment.