1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

Meta: Update GN build to use CLDR version 44.0.1

See: 38dd284915
This commit is contained in:
Timothy Flynn 2023-11-16 12:48:26 -05:00 committed by Andrew Kaster
parent 19d50ee2c2
commit 3c5909f47e

View file

@ -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