diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 8985b7adb9..58399849f9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -82,7 +82,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs | | [`gettext`](gettext/) | GNU gettext | 0.21.1 | https://www.gnu.org/software/gettext/ | | [`git`](git/) | Git | 2.40.0 | https://git-scm.com/ | -| [`glib`](glib/) | GLib | 2.75.2 | https://wiki.gnome.org/Projects/GLib | +| [`glib`](glib/) | GLib | 2.76.1 | https://wiki.gnome.org/Projects/GLib | | [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm | | [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org | | [`glu`](glu/) | Mesa GLU | 9.0.2 | https://gitlab.freedesktop.org/mesa/glu | diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh index c1ec140fee..0372d9ca10 100755 --- a/Ports/glib/package.sh +++ b/Ports/glib/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port='glib' -version='2.75.2' -files="https://download.gnome.org/sources/glib/2.75/glib-${version}.tar.xz glib-${version}.tar.xz 360d6fb75202c0eb0d07f0ab812b19b526f1c05ccc0a8ed7e5d2c988616d343a" +version='2.76.1' +files="https://download.gnome.org/sources/glib/2.76/glib-${version}.tar.xz glib-${version}.tar.xz 43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f" auth_type='sha256' useconfigure='true' configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")