diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index ad4961e17b..2224c37bcd 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -61,7 +61,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu | | [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ | | [`git`](git/) | Git | 2.36.0 | https://git-scm.com/ | -| [`glib`](glib/) | GLib | 2.70.0 | https://wiki.gnome.org/Projects/GLib | +| [`glib`](glib/) | GLib | 2.72.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 da3bbc7fc5..bc1ac50881 100755 --- a/Ports/glib/package.sh +++ b/Ports/glib/package.sh @@ -1,10 +1,10 @@ #!/usr/bin/env -S bash ../.port_include.sh port=glib -version=2.70.0 +version=2.72.1 depends=("libiconv" "libffi" "zlib" "gettext" "pcre") useconfigure=true configopts=("--cross-file" "../cross_file-$SERENITY_ARCH.txt") -files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz aadf815ed908d4cc14ac3976f325b986b4ab2b65ad85bc214ddf2e200648bd1c" +files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 4a345987a9ee7709417f5a5c6f4eeec2497bc2a913f14c1b9bdc403409d5ffb7" auth_type=sha256 configure() {