Skip to content

Commit

Permalink
Update GLib to version 2.80.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed May 12, 2024
1 parent 8008723 commit 4dbdedb
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.0",
version="2.80.2",
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="8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d",
hash="b9cfb6f7a5bd5b31238fd5d56df226b2dda5ea37611475bf89f6a0f9400fe8bd",
dependencies=[
"ninja",
"meson",
Expand Down Expand Up @@ -60,11 +60,11 @@ def __init__(self):
Meson.__init__(
self,
"glib",
version="2.80.0",
version="2.80.2",
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="8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d",
hash="b9cfb6f7a5bd5b31238fd5d56df226b2dda5ea37611475bf89f6a0f9400fe8bd",
dependencies=["glib-base"],
patches=[
"001-glib-package-installation-directory.patch",
Expand Down

0 comments on commit 4dbdedb

Please sign in to comment.