summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-03-17 11:51:28 -0400
committerLinus Groh <mail@linusgroh.de>2022-03-17 16:38:33 +0000
commitc0dd188c4defcba2dcae1b14510d494331134e90 (patch)
tree9c4833fcf275041029d67cfa6881c5cdb8f0e8a1 /Meta
parenta95794a35624e48a2bc4357a6c47da09801355b1 (diff)
downloadserenity-c0dd188c4defcba2dcae1b14510d494331134e90.zip
LibTimeZone: Update to TZDB version 2022a
https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html
Diffstat (limited to 'Meta')
-rw-r--r--Meta/CMake/time_zone_data.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/time_zone_data.cmake b/Meta/CMake/time_zone_data.cmake
index e252d96466..032aad100d 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 2021e)
+set(TZDB_VERSION 2022a)
set(TZDB_VERSION_FILE "${TZDB_PATH}/version.txt")
set(TZDB_ZIP_URL "https://data.iana.org/time-zones/releases/tzdata${TZDB_VERSION}.tar.gz")