summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Myhra <kennethmyhra@gmail.com>2022-08-27 23:14:26 +0200
committerLinus Groh <mail@linusgroh.de>2022-08-28 15:42:14 +0100
commite22311370beeb5f56e466c52709ff486e0e9f7a8 (patch)
tree253d3cef094e418a1b150cf12ee2c7e36b93c131
parent54435dea5990ff3f1510294a3e3230ab24815b1e (diff)
downloadserenity-e22311370beeb5f56e466c52709ff486e0e9f7a8.zip
Ports/glib: Update GLib to version 2.73.3
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/glib/package.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index e57dc1d70a..3bf2e52509 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -71,7 +71,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.36.1 | https://git-scm.com/ |
-| [`glib`](glib/) | GLib | 2.73.0 | https://wiki.gnome.org/Projects/GLib |
+| [`glib`](glib/) | GLib | 2.73.3 | 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 c313f97411..63892ff43d 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.73.0'
-files="https://download.gnome.org/sources/glib/2.73/glib-${version}.tar.xz glib-${version}.tar.xz 3673f10515f4bcfb9ee2ce0a921a18fa359c36fab388b19819467e7b09506870"
+version='2.73.3'
+files="https://download.gnome.org/sources/glib/2.73/glib-${version}.tar.xz glib-${version}.tar.xz df1a2b841667d6b48b2ef6969ebda4328243829f6e45866726f806f90f64eead"
auth_type='sha256'
useconfigure='true'
configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")