[utils/zoneinfo] Updated to the latest release version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
Vladimir Ulrich 2016-04-19 15:23:15 +03:00
parent 34af9ec22c
commit c0a8dfeafb
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
PKG_VERSION:=2016c
PKG_VERSION_CODE:=2016c
PKG_VERSION:=2016d
PKG_VERSION_CODE:=2016d
PKG_RELEASE:=1
#As i couldn't find real license used "Public Domain"
@ -20,14 +20,14 @@ PKG_LICENSE:=Public Domain
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION_CODE).tar.gz
PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases
PKG_MD5SUM:=0330ccd16140d3b6438a18dae9b34b93
PKG_MD5SUM:=14bf84b6c2cdab0a9428991e0150ebe6
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
MD5SUM:=ffb82ab0b588138759902b4627a6a80d
MD5SUM:=06fc6fc111cd8dd681abdc5326529afd
endef
$(eval $(call Download,tzcode))