aboutsummaryrefslogtreecommitdiff
path: root/utils/zoneinfo
diff options
context:
space:
mode:
authorVladimir Ulrich <admin@evl.su>2022-03-21 11:21:00 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2022-03-21 12:22:50 +0200
commitb15721d6d64686933cf982c9fe303845565a1bc0 (patch)
tree625579e3a0de270e496e7c5fc321a5bcd59e4935 /utils/zoneinfo
parent132b31f426300aa8213ab418691d0367de0f257a (diff)
zoneinfo: updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Diffstat (limited to 'utils/zoneinfo')
-rw-r--r--utils/zoneinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile
index 8ff5c64da..16ea3bf64 100644
--- a/utils/zoneinfo/Makefile
+++ b/utils/zoneinfo/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2021 OpenWrt.org
+# Copyright (C) 2007-2022 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
-PKG_VERSION:=2021e
+PKG_VERSION:=2022a
PKG_RELEASE:=1
#As i couldn't find real license used "Public Domain"
@@ -19,14 +19,14 @@ PKG_LICENSE:=Public Domain
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases
-PKG_HASH:=07ec42b737d0d3c6be9c337f8abb5f00554a0f9cc4fcf01a703d69403b6bb2b1
+PKG_HASH:=ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
- HASH:=584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775
+ HASH:=f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7
endef
$(eval $(call Download,tzcode))