Skip to content

Commit

Permalink
Update libxml2 to version 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Mar 18, 2024
1 parent 3046c4d commit bfb0c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libxml2.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
Project.__init__(
self,
"libxml2",
version="2.12.5",
version="2.12.6",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/libxml2",
archive_url="https://download.gnome.org/sources/libxml2/{major}.{minor}/libxml2-{version}.tar.xz",
hash="a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21",
hash="889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb",
dependencies=["win-iconv", "meson", "ninja"],
patches=[],
)
Expand Down

0 comments on commit bfb0c50

Please sign in to comment.