Skip to content

Commit

Permalink
Update icu to v76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Oct 25, 2024
1 parent 66c1c78 commit 0328748
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the requirements.

| Library | Version | Release Date |
|---|:---:|:---:|
| [icu](http://site.icu-project.org) | 75.1 | 2024-04-17 |
| [icu](http://site.icu-project.org) | 76.1 | 2024-10-24 |
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.2.2 | 2024-09-17 |
| [brotli](https://github.com/google/brotli) | 1.1.0 | 2023-08-31 |
| [libressl](https://www.libressl.org) | 4.0.0 | 2024-10-14 |
Expand Down
5 changes: 2 additions & 3 deletions ports/icu/patches/0001-Add-CMake-platform.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 5c04c91d4941c422abeea20863f01146afa2f4e1 Mon Sep 17 00:00:00 2001
From 7e63d74cc82685e08681a24452823cc6b1f8fa8b Mon Sep 17 00:00:00 2001
From: foopoiuyt <[email protected]>
Date: Tue, 3 Nov 2020 08:58:19 -0800
Subject: [PATCH 1/2] Add CMake platform
Expand Down Expand Up @@ -20541,5 +20541,4 @@ index 00000000000..36b15d4783d
+ DESTINATION "${includedir}"
+)
--
2.44.0.windows.1

2.47.0.windows.1
5 changes: 2 additions & 3 deletions ports/icu/patches/0002-Remove-install-suffix-on-Windows.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a11ab9ddf2fc8d6a64ec03a96f95f85aadf01e8f Mon Sep 17 00:00:00 2001
From a0a875c2d9c900399a1f54e92ed2c5005251b51f Mon Sep 17 00:00:00 2001
From: foopoiuyt <[email protected]>
Date: Tue, 3 Nov 2020 09:02:25 -0800
Subject: [PATCH 2/2] Remove install suffix on Windows
Expand Down Expand Up @@ -27,5 +27,4 @@ index 34688e43176..f1e1ba7b13e 100644
# Package information
set(PACKAGE_ICU_DESCRIPTION "International Components for Unicode")
--
2.44.0.windows.1

2.47.0.windows.1
4 changes: 2 additions & 2 deletions ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION_MAJOR 75)
set(VERSION_MAJOR 76)
set(VERSION_MINOR 1)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
set(VERSION2 "${VERSION_MAJOR}_${VERSION_MINOR}")
Expand All @@ -11,7 +11,7 @@ set(URLS "https://github.com/unicode-org/icu/releases/download/release-${VERSION
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45
SHA512 b702ab62fb37a1574d5f4a768326d0f8fa30d9db5b015605b5f8215b5d8547f83d84880c586d3dcc7b6c76f8d47ef34e04b0f51baa55908f737024dd79a42a6c
)

# Patches
Expand Down
2 changes: 1 addition & 1 deletion ports/icu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icu",
"version": "75.1.0",
"version": "76.1.0",
"description": "ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.",
"homepage": "http://site.icu-project.org",
"license": "ICU",
Expand Down

0 comments on commit 0328748

Please sign in to comment.