Skip to content

Commit

Permalink
[icu] Bump ICU Version to 74.2 (microsoft#37488)
Browse files Browse the repository at this point in the history
  • Loading branch information
AregevDev authored Mar 18, 2024
1 parent 2639f60 commit 7008c6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 32c28270aa5d94c58d2b1ef46d4ab73149b5eaa2e0621d4a4c11597b71d146812f5e66db95f044e8aaa11b94e99edd4a48ab1aa8efbe3d72a73870cd56b564c2
SHA512 e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0
)

vcpkg_extract_source_archive(SOURCE_PATH
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": "74.1",
"version": "74.2",
"port-version": 1,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3441,7 +3441,7 @@
"port-version": 0
},
"icu": {
"baseline": "74.1",
"baseline": "74.2",
"port-version": 1
},
"ideviceinstaller": {
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": "dd30ff59dbfac290a1547dccc5ba44646fffa018",
"version": "74.2",
"port-version": 1
},
{
"git-tree": "8fda8f4d0ca5b0a97ac61432d85ad0449995a763",
"version": "74.1",
Expand Down

0 comments on commit 7008c6a

Please sign in to comment.