mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Ports/glib: Bump GLib to 2.73.0
This commit is contained in:
parent
527fed1391
commit
fd5f18b4e1
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
|
||||
| [`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.72.2 | https://wiki.gnome.org/Projects/GLib |
|
||||
| [`glib`](glib/) | GLib | 2.73.0 | 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.72.2'
|
||||
files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 256439eb4667cda778f12faa6c1726413153618336514d3633ac1e4404d627ea"
|
||||
version='2.73.0'
|
||||
files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 3f573319adbdf572d79255e8bae85c7e2902d1aa6177d2646605a00c0a607eca"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
configopts=("--cross-file" "../cross_file-${SERENITY_ARCH}.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue