tzdata/zic: bump to version 2013c and switch SITE

Bump to version 2013c and switch to the FTP site since the HTTP one is
unfortunately serving .tar.gz files that are just plain tar files
(uncompressed).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-06-28 21:09:10 -03:00 committed by Peter Korsgaard
parent 0cf8595f29
commit 6e01ba1dc2
2 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
#
################################################################################
TZDATA_VERSION = 2012j
TZDATA_VERSION = 2013c
TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
TZDATA_SITE = http://www.iana.org/time-zones/repository/releases
TZDATA_SITE = ftp://ftp.iana.org/tz/releases
TZDATA_DEPENDENCIES = host-zic
TZDATA_LICENSE = Public domain

View File

@ -4,9 +4,9 @@
#
################################################################################
ZIC_VERSION = 2012j
ZIC_VERSION = 2013c
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = http://www.iana.org/time-zones/repository/releases
ZIC_SITE = ftp://ftp.iana.org/tz/releases
ZIC_LICENSE = Public domain
# Don't strip any path components during extraction.