mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibTimeZone: Update to TZDB version 2024a
https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html
This commit is contained in:
parent
f30fd78d8d
commit
3bf90fdab1
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/3bf90fdab1 Pull-request: https://github.com/SerenityOS/serenity/pull/23059
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
|||
|
||||
set(TZDB_PATH "${SERENITY_CACHE_DIR}/TZDB" CACHE PATH "Download location for TZDB files")
|
||||
|
||||
set(TZDB_VERSION 2023d)
|
||||
set(TZDB_VERSION 2024a)
|
||||
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
|
||||
|
||||
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")
|
||||
|
|
|
@ -13,7 +13,7 @@ tzdb_cache = cache_path + "TZDB/"
|
|||
|
||||
if (enable_timezone_database_download) {
|
||||
download_file("timezone_database_download") {
|
||||
version = "2023d"
|
||||
version = "2024a"
|
||||
url =
|
||||
"https://data.iana.org/time-zones/releases/tzdata" + version + ".tar.gz"
|
||||
cache = tzdb_cache
|
||||
|
|
Loading…
Add table
Reference in a new issue