From 12f573dded67915c018f71111c8bed1ebf181ae4 Mon Sep 17 00:00:00 2001 From: Vladimir Ulrich Date: Mon, 15 Jun 2015 04:35:40 +0300 Subject: [PATCH] [utils/zoneinfo] Updated to the latest version Signed-off-by: Vladimir Ulrich --- utils/zoneinfo/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index fdbdf2814..8b39dc48f 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2014 OpenWrt.org +# Copyright (C) 2007-2015 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:=2015d -PKG_VERSION_CODE:=2015d +PKG_VERSION:=2015e +PKG_VERSION_CODE:=2015e 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:=b595bdc4474b8fc1a15cffc67c66025b +PKG_MD5SUM:=36f9056efb432ca945c73397acfce0d4 include $(INCLUDE_DIR)/package.mk define Download/tzcode FILE=$(PKG_SOURCE_CODE) URL=$(PKG_SOURCE_URL) - MD5SUM:=4008a3abc025a398697b2587c48258b9 + MD5SUM:=fb62eb6daf3ddb8c41fd40be05ec657e endef $(eval $(call Download,tzcode))