Skip to content

Commit

Permalink
Update Pango to version 1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Apr 3, 2024
1 parent d7378b7 commit be724cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
38 changes: 0 additions & 38 deletions gvsbuild/patches/pango/001-fix-double-free-crash.patch

This file was deleted.

5 changes: 2 additions & 3 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"pango",
version="1.52.1",
version="1.52.2",
repository="https://gitlab.gnome.org/GNOME/pango",
archive_url="https://download.gnome.org/sources/pango/{major}.{minor}/pango-{version}.tar.xz",
hash="58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f",
hash="d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b",
dependencies=[
"ninja",
"meson",
Expand All @@ -37,7 +37,6 @@ def __init__(self):
"fribidi",
],
patches=[
"001-fix-double-free-crash.patch",
"002-fix-wrong-usage-gweakref.patch",
],
)
Expand Down

0 comments on commit be724cb

Please sign in to comment.