macos-setup: Update GLib to 2.76.6

There's a few macOS gspawn related bugfixes in here relevant to
issue #16201
This commit is contained in:
John Thacker 2023-10-25 20:45:22 -04:00 committed by AndersBroman
parent b558c5c2e6
commit e5b4007d05
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ NINJA_VERSION=${NINJA_VERSION-1.10.2}
# The following libraries and tools are required even to build only TShark.
#
GETTEXT_VERSION=0.21
GLIB_VERSION=2.68.4
GLIB_VERSION=2.76.6
if [ "$GLIB_VERSION" ]; then
GLIB_MAJOR_VERSION="`expr $GLIB_VERSION : '\([0-9][0-9]*\).*'`"
GLIB_MINOR_VERSION="`expr $GLIB_VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"