mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 04:02:28 +03:00
Ports: Update glib to 2.79.1
This commit is contained in:
parent
e865b3e3ab
commit
45f827f58c
Notes:
sideshowbarker
2024-07-17 00:25:35 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/45f827f58c Pull-request: https://github.com/SerenityOS/serenity/pull/23100 Reviewed-by: https://github.com/timschumi ✅
@ -97,7 +97,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||||||
| [`gettext`](gettext/) | GNU gettext | 0.22.4 | https://www.gnu.org/software/gettext/ |
|
| [`gettext`](gettext/) | GNU gettext | 0.22.4 | https://www.gnu.org/software/gettext/ |
|
||||||
| [`giflib`](giflib/) | GIFLib | 5.2.1 | https://sourceforge.net/projects/giflib/ |
|
| [`giflib`](giflib/) | GIFLib | 5.2.1 | https://sourceforge.net/projects/giflib/ |
|
||||||
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
|
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
|
||||||
| [`glib`](glib/) | GLib | 2.78.0 | https://wiki.gnome.org/Projects/GLib |
|
| [`glib`](glib/) | GLib | 2.79.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,8 +1,8 @@
|
|||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='glib'
|
port='glib'
|
||||||
version='2.78.0'
|
version='2.79.1'
|
||||||
files=(
|
files=(
|
||||||
"https://download.gnome.org/sources/glib/2.78/glib-${version}.tar.xz#44eaab8b720877ce303c5540b657b126f12dc94972d9880b52959f43fb537b30"
|
"https://download.gnome.org/sources/glib/2.79/glib-${version}.tar.xz#b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c"
|
||||||
)
|
)
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
configopts=(
|
configopts=(
|
||||||
|
Loading…
Reference in New Issue
Block a user