[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
parent
4457604f3b
commit
f4f62aa039
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zoneinfo
|
||||
PKG_VERSION:=2016b
|
||||
PKG_VERSION_CODE:=2016b
|
||||
PKG_VERSION:=2016c
|
||||
PKG_VERSION_CODE:=2016c
|
||||
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:=f638ec0d4d7a17f001ce475860255c85
|
||||
PKG_MD5SUM:=0330ccd16140d3b6438a18dae9b34b93
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Download/tzcode
|
||||
FILE=$(PKG_SOURCE_CODE)
|
||||
URL=$(PKG_SOURCE_URL)
|
||||
MD5SUM:=527e73bc90c70746799d61006bcf038e
|
||||
MD5SUM:=ffb82ab0b588138759902b4627a6a80d
|
||||
endef
|
||||
|
||||
$(eval $(call Download,tzcode))
|
||||
|
|
Loading…
Reference in a new issue