Skip to content

Commit d0c3e4d

Browse files
committed
ICU updated: 56.1 -> 56.2
1 parent db3bc70 commit d0c3e4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/helpers/dependencies.cmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,11 @@ CD /D %DOWNLOADS_DIR%
288288
:BUILD_ICU
289289
TITLE Building icu...
290290
CD /D %DOWNLOADS_DIR%
291-
wget --no-check-certificate -c http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip -O icu4c-56_1-src.zip
291+
rem wget --no-check-certificate -c http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip -O icu4c-56_1-src.zip
292+
wget --no-check-certificate -c https://github.com/unicode-org/icu/releases/download/release-56-2/icu4c-56_2-src.zip -O icu4c-56_2-src.zip
292293
rm -rf %DEPENDENCIES_BIN_DIR%\icu %DEPENDENCIES_SRC_DIR%\icu
293294
MKDIR %DEPENDENCIES_BIN_DIR%\icu
294-
7z x icu4c-56_1-src.zip -o%DEPENDENCIES_SRC_DIR% -y
295+
7z x icu4c-56_2-src.zip -o%DEPENDENCIES_SRC_DIR% -y
295296
CD /D %DEPENDENCIES_SRC_DIR%\icu
296297
msbuild source\allinone\allinone.sln /m /p:Configuration="Release" /p:Platform=%Platform% /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
297298
IF %ARCH% == X64 (

0 commit comments

Comments
 (0)