[utils/zoneinfo] Updated to the latest version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
Vladimir Ulrich 2015-04-27 16:59:11 +03:00
parent fa4365dd9b
commit 3ab289ca7f
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
PKG_VERSION:=2015c
PKG_VERSION_CODE:=2015c
PKG_VERSION:=2015d
PKG_VERSION_CODE:=2015d
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:=4b4a3e344786198c46909e5afde08788
PKG_MD5SUM:=b595bdc4474b8fc1a15cffc67c66025b
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
MD5SUM:=182c85e99be2bcc6b77d9956c8c0dcce
MD5SUM:=4008a3abc025a398697b2587c48258b9
endef
$(eval $(call Download,tzcode))