Skip to content

Commit 8567c9f

Browse files
committed
update patch version to match sha512
1 parent b1e2d1e commit 8567c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/manylinux-build/docker_base/glib/build-glib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -x
44
cd $(dirname `readlink -f "$0"`)
55

66
GLIB_BASE_VER=2.74
7-
GLIB_FULL_VER=${GLIB_BASE_VER}.4
7+
GLIB_FULL_VER=${GLIB_BASE_VER}.7
88
GLIB=glib-${GLIB_FULL_VER}
99

1010
curl -sL --retry 10 https://download.gnome.org/sources/glib/${GLIB_BASE_VER}/${GLIB}.tar.xz > ${GLIB}.tar.xz

0 commit comments

Comments
 (0)