Skip to content

Commit

Permalink
Update harfbuzz to version 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 10, 2023
1 parent c6aff0b commit 416ce0c
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="8.1.1",
version="8.2.0",
archive_url="https://github.com/harfbuzz/harfbuzz/releases/download/{version}/harfbuzz-{version}.tar.xz",
hash="0305ad702e11906a5fc0c1ba11c270b7f64a8f5390d676aacfd71db129d6565f",
hash="8cb7117a62f42d5ad25d4a697e1bbfc65933b3eed2ee7f247203c79c9f1b514c",
dependencies=["meson", "cmake", "freetype", "pkgconf", "glib"],
)

Expand Down

0 comments on commit 416ce0c

Please sign in to comment.