Skip to content

Commit

Permalink
Upgrade freetype to version 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Aug 19, 2024
1 parent e710421 commit 9e9ccbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/freetype.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"freetype",
version="2.13.2",
version="2.13.3",
repository="https://gitlab.freedesktop.org/freetype/freetype",
archive_url="https://gitlab.freedesktop.org/freetype/freetype/-/archive/VER-{major}-{minor}-{micro}/freetype-VER-{major}-{minor}-{micro}.tar.gz",
hash="427201f5d5151670d05c1f5b45bef5dda1f2e7dd971ef54f0feaaa7ffd2ab90c",
hash="bc5c898e4756d373e0d991bab053036c5eb2aa7c0d5c67e8662ddc6da40c4103",
dependencies=["pkgconf", "ninja", "libpng"],
patches=["0001-meson-in-shared-libraries-we-need-to-export-the-meth.patch"],
)
Expand Down

0 comments on commit 9e9ccbb

Please sign in to comment.