瀏覽代碼

Meta: Update GN build to use CLDR version 44.0.1

See: 38dd28491578801fc98235893bf77d48654d2e75
Timothy Flynn 1 年之前
父節點
當前提交
3c5909f47e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn

+ 1 - 1
Meta/gn/secondary/Userland/Libraries/LibLocale/BUILD.gn

@@ -8,7 +8,7 @@ locale_cache = cache_path + "CLDR/"
 
 
 if (enable_unicode_database_download) {
 if (enable_unicode_database_download) {
   download_file("locale_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/" +
     url = "https://github.com/unicode-org/cldr-json/releases/download/" +
           version + "/cldr-" + version + "-json-modern.zip"
           version + "/cldr-" + version + "-json-modern.zip"
     cache = locale_cache
     cache = locale_cache