zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit 5df6ff15be
)
This commit is contained in:
parent
b300e4b0a3
commit
fa0c3b7baa
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zoneinfo
|
||||
PKG_VERSION:=2019a
|
||||
PKG_VERSION:=2019b
|
||||
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:=90366ddf4aa03e37a16cd49255af77f801822310b213f195e2206ead48c59772
|
||||
PKG_HASH:=05d9092c90dcf9ec4f3ccfdea80c7dcea5e882b3b105c3422da172aaa9a50c64
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Download/tzcode
|
||||
FILE=$(PKG_SOURCE_CODE)
|
||||
URL=$(PKG_SOURCE_URL)
|
||||
HASH:=8739f162bc30cdfb482435697f969253abea49595541a0afd5f443fbae433ff5
|
||||
HASH:=2e479d409337da41408629ce6c3b4d8410b10ba6d4431d862e22d2b137d7756d
|
||||
endef
|
||||
|
||||
$(eval $(call Download,tzcode))
|
||||
|
|
Loading…
Reference in a new issue