aboutsummaryrefslogtreecommitdiff
path: root/utils/zoneinfo
diff options
context:
space:
mode:
authorVladimir Ulrich <admin@evl.su>2022-08-26 23:16:37 +0300
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-08-27 14:20:35 +0200
commit89c2fa9d9b5cd8f6e1cf9859965de04b3707fa5a (patch)
tree50764e5d227fff8101ff362f797f66c2c40fd549 /utils/zoneinfo
parentd349f03761cc603652b73e7ce2f499d61de30977 (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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile
index dd686d564..6fa661c10 100644
--- a/utils/zoneinfo/Makefile
+++ b/utils/zoneinfo/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
-PKG_VERSION:=2022b
+PKG_VERSION:=2022c
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:=f590eaf04a395245426c2be4fae71c143aea5cebc11088b7a0a5704461df397d
+PKG_HASH:=6974f4e348bf2323274b56dff9e7500247e3159eaa4b485dfa0cd66e75c14bfe
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
- HASH:=bab20d943e59a3218435f48d868a4e552f18d6d7f3dd128660c5660c80b8a05f
+ HASH:=3e7ce1f3620cc0481907c7e074d69910793285bffe0ca331ef1a6d1ae3ea90cc
endef
$(eval $(call Download,tzcode))