Skip to content

Commit

Permalink
Update expat to version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Sep 9, 2024
1 parent 0a687fa commit 11fc4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/expat.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"expat",
version="2.6.2",
version="2.6.3",
repository="libexpat",
archive_url="https://github.com/libexpat/libexpat/releases/download/R_{major}_{minor}_{micro}/expat-{version}.tar.xz",
hash="ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364",
hash="274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc",
dependencies=["cmake", "ninja"],
patches=["0001-CMakeLists-do-not-add-postfix-d-in-debug-builds.patch"],
)
Expand Down

0 comments on commit 11fc4ce

Please sign in to comment.