@@ -12,7 +12,7 @@ setlocal enableextensions enabledelayedexpansion
1212path %PATH% ;%PYTHON_HOME%
1313
1414:: Versioning
15- set ProductVersion = 5.9.0
15+ set ProductVersion = 5.9.1
1616set ProductTag =
1717
1818:: Identify the SourceRoot
@@ -160,7 +160,7 @@ cmake ^
160160 -D CMAKE_EXE_LINKER_FLAGS=" /INCREMENTAL:NO" ^
161161 -D CMAKE_SHARED_LINKER_FLAGS=" /INCREMENTAL:NO" ^
162162
163- -D CMAKE_INSTALL_PREFIX=%BuildRoot% \Library\curl-7.77 .0\usr ^
163+ -D CMAKE_INSTALL_PREFIX=%BuildRoot% \Library\curl-8.4 .0\usr ^
164164
165165 -D BUILD_CURL_EXE=NO ^
166166 -D CMAKE_USE_OPENSSL=NO ^
@@ -348,7 +348,7 @@ cmake ^
348348
349349 -D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
350350
351- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
351+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
352352 -D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
353353 -D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
354354 -D ICU_UC_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuuc69.lib ^
@@ -847,7 +847,7 @@ git clone --quiet --no-tags --depth 1 --branch v1.2.11 https://github.com/madler
847847git clone --quiet --no-tags --depth 1 --branch v2.9.12 https://github.com/gnome/libxml2
848848git clone --quiet --no-tags --depth 1 --branch version-3.36.0 https://github.com/sqlite/sqlite
849849git clone --quiet --no-tags --depth 1 --branch maint/maint-69 https://github.com/unicode-org/icu
850- git clone --quiet --no-tags --depth 1 --branch curl-7_77_0 https://github.com/curl/curl
850+ git clone --quiet --no-tags --depth 1 --branch curl-8_4_0 https://github.com/curl/curl
851851
852852goto :eof
853853endlocal
@@ -919,7 +919,7 @@ cmake ^
919919
920920 -D CMAKE_INSTALL_PREFIX=%SDKInstallRoot% \usr ^
921921
922- -D CURL_DIR=%BuildRoot% \Library\curl-7.77 .0\usr\lib\cmake\CURL ^
922+ -D CURL_DIR=%BuildRoot% \Library\curl-8.4 .0\usr\lib\cmake\CURL ^
923923 -D ICU_ROOT=%BuildRoot% \Library\icu-69.1\usr ^
924924 -D ICU_DATA_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicudt69.lib ^
925925 -D ICU_I18N_LIBRARY_RELEASE=%BuildRoot% \Library\icu-69.1\usr\lib\sicuin69.lib ^
0 commit comments