Skip to content

Commit

Permalink
Update harfbuzz to version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Oct 9, 2022
1 parent acfa6ae commit abb84db
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 @@ -23,12 +23,12 @@
@project_add
class Harfbuzz(Tarball, Meson):
def __init__(self):
self.version = "5.2.0"
self.version = "5.3.0"
Project.__init__(
self,
"harfbuzz",
archive_url=f"https://github.com/harfbuzz/harfbuzz/releases/download/{self.version}/harfbuzz-{self.version}.tar.xz",
hash="735a94917b47936575acb4d4fa7e7986522f8a89527e4635721474dee2bc942c",
hash="a05e19e3f52da24ed071522f0fddf872157d7d25e869cfd156cd6f1e81c42152",
dependencies=["meson", "cmake", "python", "freetype", "pkg-config", "glib"],
)

Expand Down

0 comments on commit abb84db

Please sign in to comment.