@@ -28,8 +28,8 @@ setlocal enableextensions enabledelayedexpansion
28
28
29
29
PATH=%PATH% ;%PYTHON_HOME%
30
30
31
- set icu_version_major = 64
32
- set icu_version_minor = 2
31
+ set icu_version_major = 69
32
+ set icu_version_minor = 1
33
33
set icu_version = %icu_version_major% _%icu_version_minor%
34
34
set icu_version_dashed = %icu_version_major% -%icu_version_minor%
35
35
@@ -138,7 +138,7 @@ endlocal
138
138
:: Downloads ICU, which will be used as a dependency for Foundation.
139
139
setlocal enableextensions enabledelayedexpansion
140
140
141
- set file_name = icu4c-%icu_version% -Win64-MSVC2017 .zip
141
+ set file_name = icu4c-%icu_version% -Win64-MSVC2019 .zip
142
142
curl -L -O " https://github.com/unicode-org/icu/releases/download/release-%icu_version_dashed% /%file_name% " %exitOnError%
143
143
:: unzip warns about the paths in the zip using slashes, which raises the
144
144
:: errorLevel to 1. We cannot use exitOnError, and have to ignore errors.
@@ -154,8 +154,8 @@ endlocal
154
154
:: Swift Package Manager.
155
155
setlocal enableextensions enabledelayedexpansion
156
156
157
- set file_name = sqlite-amalgamation-3270200 .zip
158
- curl -L -O " https://www.sqlite.org/2019 /%file_name% " %exitOnError%
157
+ set file_name = sqlite-amalgamation-3360000 .zip
158
+ curl -L -O " https://www.sqlite.org/2021 /%file_name% " %exitOnError%
159
159
" %SystemDrive% \Program Files\Git\usr\bin\unzip.exe" -o %file_name% %exitOnError%
160
160
161
161
goto :eof
0 commit comments