aboutsummaryrefslogtreecommitdiff
path: root/utils/zoneinfo
diff options
context:
space:
mode:
authorVladimir Ulrich <admin@evl.su>2016-10-21 21:54:11 +0300
committerVladimir Ulrich <admin@evl.su>2016-10-21 21:54:11 +0300
commit85a6e5f5762af21a0051f3f2a399dc1feae0099f (patch)
tree3d48e1dea63c77de53241e9d70546ab7d6f654a4 /utils/zoneinfo
parent9f8dd657a1ee6ef0af496d89d3aef4f9595f13bf (diff)
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Diffstat (limited to 'utils/zoneinfo')
-rw-r--r--utils/zoneinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile
index 5fcd1e140..45ee8fddd 100644
--- a/utils/zoneinfo/Makefile
+++ b/utils/zoneinfo/Makefile
@@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
-PKG_VERSION:=2016g
-PKG_VERSION_CODE:=2016g
+PKG_VERSION:=2016h
+PKG_VERSION_CODE:=2016h
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:=3c7e97ec8527211104d27cc1d97a23de
+PKG_MD5SUM:=878f0ec3fd9e4026ea11dd1b649a315a
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
- MD5SUM:=f89867013676e3cb9544be2df7d36a91
+ MD5SUM:=00c20689d996dea4cf5b45504724ce8f
endef
$(eval $(call Download,tzcode))