diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2023-02-07 10:41:34 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-07 13:35:49 +0000 |
commit | 6acb8279f69afd4e443537c9efd2b62e7bebd7b6 (patch) | |
tree | 4be55d0e08605a22d6155d7a05cee602e83b9ca3 | |
parent | b0606d90f0da2fd2651768d1e250a692e3c92abf (diff) | |
download | serenity-6acb8279f69afd4e443537c9efd2b62e7bebd7b6.zip |
Ports: Update glib to 2.75.2
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/glib/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 53bc1742b5..5db3c83c9d 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -78,7 +78,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 | https://www.gnu.org/software/gettext/ | | [`git`](git/) | Git | 2.39.1 | https://git-scm.com/ | -| [`glib`](glib/) | GLib | 2.74.1 | https://wiki.gnome.org/Projects/GLib | +| [`glib`](glib/) | GLib | 2.75.2 | 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 888b1f26ac..c1ec140fee 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.74.1' -files="https://download.gnome.org/sources/glib/2.74/glib-${version}.tar.xz glib-${version}.tar.xz 0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964" +version='2.75.2' +files="https://download.gnome.org/sources/glib/2.75/glib-${version}.tar.xz glib-${version}.tar.xz 360d6fb75202c0eb0d07f0ab812b19b526f1c05ccc0a8ed7e5d2c988616d343a" auth_type='sha256' useconfigure='true' configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt") |