Skip to content

Commit

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

Expand Down

0 comments on commit 4255f34

Please sign in to comment.