1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:17:44 +00:00

LibLocale: Update to CLDR version 43.0.0

https://cldr.unicode.org/index/downloads/cldr-43
This commit is contained in:
Timothy Flynn 2023-04-13 10:53:53 -04:00 committed by Linus Groh
parent 0b69e9f974
commit f80c05424e

View file

@ -1,6 +1,6 @@
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
set(CLDR_VERSION 42.0.0)
set(CLDR_VERSION 43.0.0)
set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files")
set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")