Skip to content

Commit ec11d00

Browse files
committed
chore: update icu4c version
1 parent d247345 commit ec11d00

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
env:
1717
PYICU_VERSION: "2.16"
18-
LIBICU_VERSION: "77"
18+
LIBICU_VERSION: "78"
1919

2020
jobs:
2121
linux:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = ["hatch_buildext"]
4747
_LIBICU_DIR = "{root:real}/.build"
4848
PYICU_URL = "https://gitlab.pyicu.org/main/pyicu.git"
4949
PYICU_VERSION = "2.16"
50-
LIBICU_VERSION = "77"
50+
LIBICU_VERSION = "78"
5151

5252

5353
[tool.hatch.envs.pyicu]

scripts/install-libicu.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"
22

33
$ICU_PLAT = $env:ICU_PLAT
44
$ICU_LIB_SUFFIX = $env:ICU_LIB_SUFFIX
5-
$ICU_URL = "https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-${ICU_PLAT}.zip"
5+
$ICU_URL = "https://github.com/unicode-org/icu/releases/download/release-78-1/icu4c-78_1-${ICU_PLAT}.zip"
66
$TMP_DIR = Join-Path $env:TEMP "icu-download"
77
$ICU_ZIP = Join-Path $TMP_DIR "icu.zip"
88

scripts/install-libicu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
_HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66

77
_TMP_DIR="${_HERE}/.libicu.tmp"
8-
_ICU_SRC="https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz"
8+
_ICU_SRC="https://github.com/unicode-org/icu/releases/download/release-78-1/icu4c-78_1-src.tgz"
99

1010

1111
# NOTE: see the docs for `runConfigureICU` for the options

0 commit comments

Comments
 (0)