[utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
parent
c67b05b269
commit
94958b342f
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zoneinfo
|
||||
PKG_VERSION:=2016f
|
||||
PKG_VERSION_CODE:=2016f
|
||||
PKG_VERSION:=2016g
|
||||
PKG_VERSION_CODE:=2016g
|
||||
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:=b20b3c1618db1984aac685e763de001d
|
||||
PKG_MD5SUM:=3c7e97ec8527211104d27cc1d97a23de
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Download/tzcode
|
||||
FILE=$(PKG_SOURCE_CODE)
|
||||
URL=$(PKG_SOURCE_URL)
|
||||
MD5SUM:=b93618bb84e38dee102e0e41ec9d13e2
|
||||
MD5SUM:=f89867013676e3cb9544be2df7d36a91
|
||||
endef
|
||||
|
||||
$(eval $(call Download,tzcode))
|
||||
|
|
Loading…
Reference in a new issue