1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 01:50:46 +00:00

Ports/glib: Update glib to version 2.77.2

This commit is contained in:
EWouters 2023-09-01 19:44:51 +02:00 committed by Jelle Raaijmakers
parent f232d0ba42
commit 4dd22a7564
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gettext`](gettext/) | GNU gettext | 0.22 | https://www.gnu.org/software/gettext/ |
| [`giflib`](giflib/) | GIFLib | 5.2.1 | https://sourceforge.net/projects/giflib/ |
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
| [`glib`](glib/) | GLib | 2.77.0 | https://wiki.gnome.org/Projects/GLib |
| [`glib`](glib/) | GLib | 2.77.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 |

View File

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='glib'
version='2.77.0'
version='2.77.2'
files=(
"https://download.gnome.org/sources/glib/2.77/glib-${version}.tar.xz#1897fd8ad4ebb523c32fabe7508c3b0b039c089661ae1e7917df0956a320ac4d"
"https://download.gnome.org/sources/glib/2.77/glib-${version}.tar.xz#16279739e4d30ec47be3e82909f5aeaaa41a8206bae3bead10a23fb2deff02a6"
)
useconfigure='true'
configopts=(