summaryrefslogtreecommitdiff
path: root/Ports/glib
diff options
context:
space:
mode:
authorKenneth Myhra <kennethmyhra@gmail.com>2022-05-19 19:22:09 +0200
committerLinus Groh <mail@linusgroh.de>2022-05-21 20:38:04 +0100
commit6a3f959e92cd32f0e4bd1bde2337fd7d2fea4c1d (patch)
treeb4bbe0ce44bde4eadb1089f244610bedced5fba1 /Ports/glib
parent5fc66c6072ddd047ec0906098de770dbc48b2f7e (diff)
downloadserenity-6a3f959e92cd32f0e4bd1bde2337fd7d2fea4c1d.zip
Ports/glib: Update to version 2.72.1
Diffstat (limited to 'Ports/glib')
-rwxr-xr-xPorts/glib/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh
index da3bbc7fc5..bc1ac50881 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.70.0
+version=2.72.1
depends=("libiconv" "libffi" "zlib" "gettext" "pcre")
useconfigure=true
configopts=("--cross-file" "../cross_file-$SERENITY_ARCH.txt")
-files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz aadf815ed908d4cc14ac3976f325b986b4ab2b65ad85bc214ddf2e200648bd1c"
+files="https://gitlab.gnome.org/GNOME/glib/-/archive/${version}/glib-${version}.tar.gz glib-${version}.tar.gz 4a345987a9ee7709417f5a5c6f4eeec2497bc2a913f14c1b9bdc403409d5ffb7"
auth_type=sha256
configure() {