Browse Source

[utils/zoneinfo] Updated to the latest version

Signed-off-by: Vladimir Ulrich <admin@evl.su>
lilik-openwrt-22.03
Vladimir Ulrich 9 years ago
parent
commit
12f573dded
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      utils/zoneinfo/Makefile

+ 5
- 5
utils/zoneinfo/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007-2014 OpenWrt.org
# Copyright (C) 2007-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zoneinfo
PKG_VERSION:=2015d
PKG_VERSION_CODE:=2015d
PKG_VERSION:=2015e
PKG_VERSION_CODE:=2015e
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:=b595bdc4474b8fc1a15cffc67c66025b
PKG_MD5SUM:=36f9056efb432ca945c73397acfce0d4
include $(INCLUDE_DIR)/package.mk
define Download/tzcode
FILE=$(PKG_SOURCE_CODE)
URL=$(PKG_SOURCE_URL)
MD5SUM:=4008a3abc025a398697b2587c48258b9
MD5SUM:=fb62eb6daf3ddb8c41fd40be05ec657e
endef
$(eval $(call Download,tzcode))


Loading…
Cancel
Save