1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

Ports/glib: Bump GLib to 2.73.0

This commit is contained in:
Kenneth Myhra 2022-06-15 11:46:15 +02:00 committed by Linus Groh
parent 527fed1391
commit fd5f18b4e1
2 changed files with 3 additions and 3 deletions

View file

@ -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")