mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibTimeZone: Update to TZDB version 2022f
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
This commit is contained in:
parent
0eb7d1e05c
commit
558901acb4
Notes:
sideshowbarker
2024-07-17 11:33:34 +09:00
Author: https://github.com/trflynn89
Commit: 558901acb4
Pull-request: https://github.com/SerenityOS/serenity/pull/15916
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
|||
|
||||
set(TZDB_PATH "${CMAKE_BINARY_DIR}/TZDB" CACHE PATH "Download location for TZDB files")
|
||||
|
||||
set(TZDB_VERSION 2022e)
|
||||
set(TZDB_VERSION 2022f)
|
||||
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
|
||||
|
||||
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue