Skip to content

Commit

Permalink
Update ICU to 73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jun 21, 2023
1 parent e52317c commit f4bdcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/tools/prepare_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$CIBW_ARCHS" == "arm64" ]; then
else

# Download and compile ICU from sources.
ICU_VERSION=${ICU_VERSION:-72.1}
ICU_VERSION=${ICU_VERSION:-73.2}
curl -L -O https://github.com/unicode-org/icu/releases/download/release-${ICU_VERSION/./-}/icu4c-${ICU_VERSION/./_}-src.tgz
tar xf icu4c-*-src.tgz
cd icu/source
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/tools/prepare_build_environment_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -x

ROOT_DIR=$PWD
ICU_VERSION=${ICU_VERSION:-72.1}
ICU_VERSION=${ICU_VERSION:-73.2}

curl -L -O -nv https://github.com/unicode-org/icu/releases/download/release-${ICU_VERSION/./-}/icu4c-${ICU_VERSION/./_}-Win64-MSVC2019.zip
unzip *.zip
Expand Down

0 comments on commit f4bdcc0

Please sign in to comment.