diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2021-09-19 11:43:29 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-19 18:18:47 +0200 |
commit | 6819193671b5a2a28153f846bc65d90c6ee67a4c (patch) | |
tree | 688288a295ad60d88152003fcd0e8604a9541914 /Ports | |
parent | 83a4c1732b6b3ff984b2e2aa8db4b0e0be5273fe (diff) | |
download | serenity-6819193671b5a2a28153f846bc65d90c6ee67a4c.zip |
Ports/glib: Bump GLib to 2.70.0
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/glib/package.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b4c4d5c097..d3d274fd3a 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -46,7 +46,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`genemu`](genemu/) | Genesis / MegaDrive Emulator | 3bf6f7c | https://github.com/rasky/genemu | | [`gettext`](gettext/) | GNU gettext | 0.21 | https://www.gnu.org/software/gettext/ | | [`git`](git/) | Git | 2.33.0 | https://git-scm.com/ | -| [`glib`](glib/) | GLib | 2.69.0 | https://wiki.gnome.org/Projects/GLib | +| [`glib`](glib/) | GLib | 2.70.0 | https://wiki.gnome.org/Projects/GLib | | [`gmp`](gmp/) | GNU Multiple Precision Arithmetic Library (GMP) | 6.2.1 | https://gmplib.org/ | | [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ | | [`gnupg`](gnupg/) | GnuPG | 2.3.0 | https://gnupg.org/software/index.html | diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh index d7ab2c4eb2..827d518e67 100755 --- a/Ports/glib/package.sh +++ b/Ports/glib/package.sh @@ -1,10 +1,10 @@ #!/usr/bin/env -S bash ../.port_include.sh port=glib -version=2.69.0 +version=2.70.0 depends="libiconv libffi zlib gettext" useconfigure=true configopts="--cross-file ../cross_file-$SERENITY_ARCH.txt" -files="https://gitlab.gnome.org/GNOME/glib/-/archive/2.69.0/glib-${version}.tar.gz glib-${version}.tar.gz 35af83aedf34b96f1e99ed9c995c50960509f504750fb4def2440a9406b00a95" +files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz aadf815ed908d4cc14ac3976f325b986b4ab2b65ad85bc214ddf2e200648bd1c" auth_type=sha256 configure() { |