Skip to content

Commit

Permalink
[icu] Bump ICU version to 76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbooth committed Jan 16, 2025
1 parent b322364 commit 5a99e13
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
12 changes: 0 additions & 12 deletions ports/icu/mingw-strict-ansi.diff

This file was deleted.

3 changes: 1 addition & 2 deletions ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vcpkg_download_distfile(
ARCHIVE
URLS "https://github.com/unicode-org/icu/releases/download/release-${VERSION3}/icu4c-${VERSION2}-src.tgz"
FILENAME "icu4c-${VERSION2}-src.tgz"
SHA512 e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0
SHA512 b702ab62fb37a1574d5f4a768326d0f8fa30d9db5b015605b5f8215b5d8547f83d84880c586d3dcc7b6c76f8d47ef34e04b0f51baa55908f737024dd79a42a6c
)

vcpkg_extract_source_archive(SOURCE_PATH
Expand All @@ -36,7 +36,6 @@ vcpkg_extract_source_archive(SOURCE_PATH
fix-win-build.patch
vcpkg-cross-data.patch
darwin-rpath.patch
mingw-strict-ansi.diff # backport of https://github.com/unicode-org/icu/pull/3003
)

vcpkg_find_acquire_program(PYTHON3)
Expand Down
3 changes: 1 addition & 2 deletions ports/icu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "icu",
"version": "74.2",
"port-version": 4,
"version": "76.1",
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3577,8 +3577,8 @@
"port-version": 1
},
"icu": {
"baseline": "74.2",
"port-version": 4
"baseline": "76.1",
"port-version": 0
},
"ideviceinstaller": {
"baseline": "2023-07-21",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/icu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f6ffcfcaffbc8d60cba20f41930f893c36b547bd",
"version": "76.1",
"port-version": 0
},
{
"git-tree": "291bbc492b8f73dea0dbd12051e9b12b21aef900",
"version": "74.2",
Expand Down

0 comments on commit 5a99e13

Please sign in to comment.