mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Update glib to 2.75.2
This commit is contained in:
parent
b0606d90f0
commit
6acb8279f6
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/6acb8279f6 Pull-request: https://github.com/SerenityOS/serenity/pull/17354
2 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue