Skip to content

Commit 46258f6

Browse files
committed
Update AppImage libcurl to version 8.11.0.
1 parent d765421 commit 46258f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tools/build-appimage

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ fi
2828
./tools/build-codecs libcdio libcdio-paranoia
2929

3030
# Build libcurl
31-
wget -c https://curl.se/download/curl-8.9.1.tar.bz2
32-
tar xfj curl-8.9.1.tar.bz2
33-
cd curl-8.9.1
31+
wget -c https://curl.se/download/curl-8.11.0.tar.bz2
32+
tar xfj curl-8.11.0.tar.bz2
33+
cd curl-8.11.0
3434

3535
if [ $AppImageArch = i686 ]; then
3636
CFLAGS="-m32" ./configure --with-ssl --without-librtmp --without-libpsl --disable-ldap

0 commit comments

Comments
 (0)