Skip to content

Commit f2d15dd

Browse files
committed
Update libxml2 to 2.14.2
1 parent 42c0280 commit f2d15dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ if [[ -z "${SWIFT_VERSION}" ]]; then
8181
SWIFT_VERSION=scheme:release/6.1
8282
fi
8383
if [[ -z "${LIBXML2_VERSION}" ]]; then
84-
LIBXML2_VERSION=2.12.7
85-
#LIBXML2_VERSION=2.14.2
84+
LIBXML2_VERSION=2.14.2
8685
fi
8786
if [[ -z "${CURL_VERSION}" ]]; then
88-
#CURL_VERSION=8.7.1
8987
CURL_VERSION=8.13.0
9088
fi
9189
if [[ -z "${BORINGSSL_VERSION}" ]]; then

0 commit comments

Comments
 (0)