From 3c5909f47e5255b76a79846d3efe08d1aee3cc43 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 16 Nov 2023 12:48:26 -0500 Subject: [PATCH] Meta: Update GN build to use CLDR version 44.0.1 See: 38dd28491578801fc98235893bf77d48654d2e75 --- Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn index 5b8b0b4216..41b15c2f8f 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 = "43.1.0" + version = "44.0.1" url = "https://github.com/unicode-org/cldr-json/releases/download/" + version + "/cldr-" + version + "-json-modern.zip" cache = locale_cache