[utils/zoneinfo] Updated to the latest release version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
Vladimir Ulrich 2016-01-28 19:23:31 +03:00
parent b70ed33590
commit d9c1181e5e
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007-2015 OpenWrt.org
# Copyright (C) 2007-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
PKG_VERSION:=2015g
PKG_VERSION_CODE:=2015g
PKG_VERSION:=2016a
PKG_VERSION_CODE:=2016a
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:=8d46e8b225b9a04c75f5c39636435ad6
PKG_MD5SUM:=0d3123eb1b453ec0620822bd65be4c42
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
MD5SUM:=a2c47d908a6426f530efb1393cf1cd06
MD5SUM:=f5e0299925631da7cf82d8ce1205111d
endef
$(eval $(call Download,tzcode))