Skip to content

Commit

Permalink
zoneinfo: Updated to 2024b release.
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Ulrich <[email protected]>
  • Loading branch information
Wedmer authored and hnyman committed Sep 10, 2024
1 parent 4859c81 commit 54162a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/zoneinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=zoneinfo
PKG_VERSION:=2024a
PKG_VERSION:=2024b
PKG_RELEASE:=1

#As i couldn't find real license used "Public Domain"
Expand All @@ -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:=0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3
PKG_HASH:=70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550

include $(INCLUDE_DIR)/package.mk

define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
HASH:=80072894adff5a458f1d143e16e4ca1d8b2a122c9c5399da482cb68cba6a1ff8
HASH:=5e438fc449624906af16a18ff4573739f0cda9862e5ec28d3bcb19cbaed0f672
endef

$(eval $(call Download,tzcode))
Expand Down

0 comments on commit 54162a8

Please sign in to comment.