Skip to content

Commit

Permalink
Update GLib to version 2.80.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jul 12, 2024
1 parent a0b0dc0 commit 744e09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gvsbuild/projects/glib.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
Meson.__init__(
self,
"glib-base",
version="2.80.3",
version="2.80.4",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/glib",
archive_url="https://download.gnome.org/sources/glib/{major}.{minor}/glib-{version}.tar.xz",
hash="3947a0eaddd0f3613d0230bb246d0c69e46142c19022f5c4b1b2e3cba236d417",
hash="24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f",
dependencies=[
"ninja",
"meson",
Expand Down Expand Up @@ -60,11 +60,11 @@ def __init__(self):
Meson.__init__(
self,
"glib",
version="2.80.3",
version="2.80.4",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/glib",
archive_url="https://download.gnome.org/sources/glib/{major}.{minor}/glib-{version}.tar.xz",
hash="3947a0eaddd0f3613d0230bb246d0c69e46142c19022f5c4b1b2e3cba236d417",
hash="24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f",
dependencies=["glib-base"],
patches=[
"001-glib-package-installation-directory.patch",
Expand Down

0 comments on commit 744e09c

Please sign in to comment.