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