aboutsummaryrefslogtreecommitdiff
path: root/utils/zoneinfo
diff options
context:
space:
mode:
authorVladimir Ulrich <admin@evl.su>2016-11-03 18:18:12 +0300
committerVladimir Ulrich <admin@evl.su>2016-11-03 18:18:12 +0300
commit2e88ec6ccafeff65981429caca14e9fc50ebc65a (patch)
tree262b0757c54a9d9e0c76401be99f8ed799493649 /utils/zoneinfo
parentd9a25e1c16a95af27d284203f52fe94b2c48246e (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 597ea0c7c..fbd3fde25 100644
--- a/utils/zoneinfo/Makefile
+++ b/utils/zoneinfo/Makefile
@@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
-PKG_VERSION:=2016h
-PKG_VERSION_CODE:=2016h
+PKG_VERSION:=2016i
+PKG_VERSION_CODE:=2016i
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:=878f0ec3fd9e4026ea11dd1b649a315a
+PKG_MD5SUM:=73912ecfa6a9a8048ddf2e719d9bc39d
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
- MD5SUM:=00c20689d996dea4cf5b45504724ce8f
+ MD5SUM:=8fae14cba9396462955b7859cf04ba48
endef
$(eval $(call Download,tzcode))