mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Update glib to 2.74.1
This commit is contained in:
parent
1e3b677fa4
commit
eaf2cfbb17
Notes:
sideshowbarker
2024-07-17 05:04:34 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/eaf2cfbb17 Pull-request: https://github.com/SerenityOS/serenity/pull/15817
2 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,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 |
|
| [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs |
|
||||||
| [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ |
|
| [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ |
|
||||||
| [`git`](git/) | Git | 2.36.1 | https://git-scm.com/ |
|
| [`git`](git/) | Git | 2.36.1 | https://git-scm.com/ |
|
||||||
| [`glib`](glib/) | GLib | 2.74.0 | https://wiki.gnome.org/Projects/GLib |
|
| [`glib`](glib/) | GLib | 2.74.1 | https://wiki.gnome.org/Projects/GLib |
|
||||||
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
|
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
|
||||||
| [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org |
|
| [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org |
|
||||||
| [`glu`](glu/) | Mesa GLU | 9.0.2 | https://gitlab.freedesktop.org/mesa/glu |
|
| [`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
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='glib'
|
port='glib'
|
||||||
version='2.74.0'
|
version='2.74.1'
|
||||||
files="https://download.gnome.org/sources/glib/2.74/glib-${version}.tar.xz glib-${version}.tar.xz 3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30"
|
files="https://download.gnome.org/sources/glib/2.74/glib-${version}.tar.xz glib-${version}.tar.xz 0ab981618d1db47845e56417b0d7c123f81a3427b2b9c93f5a46ff5bbb964964"
|
||||||
auth_type='sha256'
|
auth_type='sha256'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")
|
configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")
|
||||||
|
|
Loading…
Reference in a new issue