From 1b5d9a6fb37c7b55e3ee50593361aec6ce914e09 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Sun, 1 Feb 2015 12:51:08 +0100 Subject: [PATCH] zoneinfo: fix #838 PR (update MD5SUMs, reset PKG_RELEASE) Signed-off-by: Etienne CHAMPETIER --- utils/zoneinfo/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index f9ba34130..6f1b6ef8f 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -11,23 +11,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zoneinfo PKG_VERSION:=2015a PKG_VERSION_CODE:=2015a -PKG_RELEASE:=2 +PKG_RELEASE:=1 -#As i couldn't find real license used "Puplic Domain" +#As i couldn't find real license used "Public Domain" #as referense to http://www.iana.org/time-zones/repository/tz-link.html 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:=2d7ea9c309f0d4e162e426e568290ca3 +PKG_MD5SUM:=4ed11c894a74a5ea64201b1c6dbb8831 include $(INCLUDE_DIR)/package.mk define Download/tzcode FILE=$(PKG_SOURCE_CODE) URL=$(PKG_SOURCE_URL) - MD5SUM=970119e9765bc5a9320368851c91ecb6 + MD5SUM:=8f375ede46ae137fbac047ac431bda37 endef $(eval $(call Download,tzcode))