Browse Source

[utils/zoneinfo] Updated to the latest version

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
 #
1
 #
2
-# Copyright (C) 2007-2014 OpenWrt.org
2
+# Copyright (C) 2007-2015 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
9
 include $(TOPDIR)/rules.mk
9
 include $(TOPDIR)/rules.mk
10
 
10
 
11
 PKG_NAME:=zoneinfo
11
 PKG_NAME:=zoneinfo
12
-PKG_VERSION:=2015d
13
-PKG_VERSION_CODE:=2015d
12
+PKG_VERSION:=2015e
13
+PKG_VERSION_CODE:=2015e
14
 PKG_RELEASE:=1
14
 PKG_RELEASE:=1
15
 
15
 
16
 #As i couldn't find real license used "Public Domain"
16
 #As i couldn't find real license used "Public Domain"
20
 PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
20
 PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
21
 PKG_SOURCE_CODE:=tzcode$(PKG_VERSION_CODE).tar.gz
21
 PKG_SOURCE_CODE:=tzcode$(PKG_VERSION_CODE).tar.gz
22
 PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases
22
 PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases
23
-PKG_MD5SUM:=b595bdc4474b8fc1a15cffc67c66025b
23
+PKG_MD5SUM:=36f9056efb432ca945c73397acfce0d4
24
 
24
 
25
 include $(INCLUDE_DIR)/package.mk
25
 include $(INCLUDE_DIR)/package.mk
26
 
26
 
27
 define Download/tzcode
27
 define Download/tzcode
28
    FILE=$(PKG_SOURCE_CODE)
28
    FILE=$(PKG_SOURCE_CODE)
29
    URL=$(PKG_SOURCE_URL)
29
    URL=$(PKG_SOURCE_URL)
30
-   MD5SUM:=4008a3abc025a398697b2587c48258b9
30
+   MD5SUM:=fb62eb6daf3ddb8c41fd40be05ec657e
31
 endef
31
 endef
32
 
32
 
33
 $(eval $(call Download,tzcode))
33
 $(eval $(call Download,tzcode))