Skip to content

Commit 10974fc

Browse files
committed
Update libcurl to 8.13.0
1 parent d43af20 commit 10974fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ if [[ -z "${LIBXML2_VERSION}" ]]; then
8585
#LIBXML2_VERSION=2.14.2
8686
fi
8787
if [[ -z "${CURL_VERSION}" ]]; then
88-
CURL_VERSION=8.7.1
89-
#CURL_VERSION=8.13.0
88+
#CURL_VERSION=8.7.1
89+
CURL_VERSION=8.13.0
9090
fi
9191
if [[ -z "${BORINGSSL_VERSION}" ]]; then
9292
BORINGSSL_VERSION=fips-20220613

0 commit comments

Comments
 (0)