Skip to content

Commit

Permalink
[autoupdate-ICU] update ICU from "ICU 74.1" to "ICU 74.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 2, 2024
1 parent a99dacf commit c30c38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set -euxo pipefail
# in actions/updatelib.py.

# START DEPENDENCY-AUTOUPDATE SECTION
ICU_NAME="ICU 74.1"
ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-Win64-MSVC2022.zip
ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz
ICU_NAME="ICU 74.2"
ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-Win64-MSVC2019.zip
ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
JSON_VERSION=3.11.3
JSON_URL=https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
PYVERSIONS_WIN="3.7.9 3.8.10 3.9.13 3.10.11 3.11.7 3.12.1"
Expand Down

0 comments on commit c30c38a

Please sign in to comment.