From 5a3efb8842255d77e07b0e8300480ec868f030e4 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 18 Apr 2024 11:52:28 -0400 Subject: [PATCH] LibLocale: Update to CLDR version 45.0.0 https://cldr.unicode.org/index/downloads/cldr-45 --- Meta/CMake/locale_data.cmake | 2 +- Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/CMake/locale_data.cmake b/Meta/CMake/locale_data.cmake index f294ca9f25d..8af8e0ad9f6 100644 --- a/Meta/CMake/locale_data.cmake +++ b/Meta/CMake/locale_data.cmake @@ -1,6 +1,6 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake) -set(CLDR_VERSION 44.1.0) +set(CLDR_VERSION 45.0.0) set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files") set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt") diff --git a/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn index 3d69c29bdea..8287f786193 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn @@ -8,7 +8,7 @@ locale_cache = cache_path + "CLDR/" if (enable_unicode_database_download) { download_file("locale_database_download") { - version = "44.1.0" + version = "45.0.0" url = "https://github.com/unicode-org/cldr-json/releases/download/" + version + "/cldr-" + version + "-json-modern.zip" cache = locale_cache