LibUnicode: Update ICU to 78.2
Contains fixes needed for non-ISO-8601 calendars in Temporal.
This commit is contained in:
parent
69bab13718
commit
e549d168ac
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})
|
|||
|
||||
ladybird_lib(LibUnicode unicode)
|
||||
|
||||
find_package(ICU 78 REQUIRED COMPONENTS data i18n uc)
|
||||
find_package(ICU 78.2 EXACT REQUIRED COMPONENTS data i18n uc)
|
||||
target_link_libraries(LibUnicode PRIVATE ICU::i18n ICU::uc ICU::data)
|
||||
|
||||
# FIXME: Add support for building LibGfx in sanitize
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/unicode-org/icu.git",
|
||||
"tag": "release-78.1"
|
||||
"tag": "release-78.2"
|
||||
}
|
||||
],
|
||||
"subdir": "icu4c/source/",
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@
|
|||
},
|
||||
{
|
||||
"name": "icu",
|
||||
"version": "78.1#1"
|
||||
"version": "78.2#0"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
|
|
|
|||
Loading…
Reference in a new issue