diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-11-03 20:54:09 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-04 08:56:11 +0000 |
commit | 558901acb4568401fe4494e47b5e622daf960346 (patch) | |
tree | fedda03ccac29d55f2aa25fd5eea3720d8e793e4 /Meta | |
parent | 0eb7d1e05c2b2589047e6f3b61f41cb903fde4b9 (diff) | |
download | serenity-558901acb4568401fe4494e47b5e622daf960346.zip |
LibTimeZone: Update to TZDB version 2022f
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/time_zone_data.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/time_zone_data.cmake b/Meta/CMake/time_zone_data.cmake index 3c4ae2a65c..eee8308898 100644 --- a/Meta/CMake/time_zone_data.cmake +++ b/Meta/CMake/time_zone_data.cmake @@ -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") |