Skip to content

Commit

Permalink
Update Cairo to version 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Sep 3, 2024
1 parent 3552ffb commit 036671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/cairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Meson.__init__(
self,
"cairo",
version="1.18.0",
version="1.18.2",
lastversion_even=True,
archive_url="https://gitlab.freedesktop.org/cairo/cairo/-/archive/{version}/cairo-{version}.tar.gz",
hash="39a78afdc33a435c0f2ab53a5ec2a693c3c9b6d2ec9783ceecb2b94d54d942b0",
hash="7bbfb469b89b1f60584b4f39a1366789b7625a5796905870e108b6c0e8ca8216",
dependencies=["fontconfig", "freetype", "glib", "pixman", "libpng"],
patches=["0001-fix-alloca-unresolved.patch"],
)
Expand Down

0 comments on commit 036671a

Please sign in to comment.