We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d333df0 commit 5bbaec2Copy full SHA for 5bbaec2
.github/scripts/build-macos.sh
@@ -76,10 +76,10 @@ make install
76
popd
77
78
# Install glib (lensfun dependency)
79
-curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.69/glib-2.69.2.tar.xz
80
-$CHECK_SHA256 glib.tar.xz a62249e35a8635175a697b3215f1df2b89e0fbb4adb520dcbe21a3ae1ebb8882
+curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.75/glib-2.75.0.tar.xz
+$CHECK_SHA256 glib.tar.xz 6dde8e55cc4a2c83d96797120b08bcffb5f645b2e212164ae22d63c40e0e6360
81
tar xzf glib.tar.xz
82
-pushd glib-2.69.2
+pushd glib-2.75.0
83
mkdir build
84
cd build
85
meson --prefix=$LIB_INSTALL_PREFIX \
0 commit comments