summaryrefslogtreecommitdiff
path: root/scripts/download_import_cldr.py
diff options
context:
space:
mode:
authorbenselme <benselme@gmail.com>2015-01-11 15:21:16 -0500
committerbenselme <benselme@gmail.com>2015-01-11 15:21:16 -0500
commit44942cf1627cd68cdb987be7d67cb40259f65638 (patch)
tree218ceff130fce335b52f79ca37b85d0607b6b37a /scripts/download_import_cldr.py
parent87bab018a1003ca32524c7d98bffea112b9d4fca (diff)
downloadbabel-44942cf1627cd68cdb987be7d67cb40259f65638.tar.gz
CLDR-26 support: Minor adjustments to tests. URL, filename and filehash.
Diffstat (limited to 'scripts/download_import_cldr.py')
-rwxr-xr-xscripts/download_import_cldr.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/download_import_cldr.py b/scripts/download_import_cldr.py
index fda5ff4..f8ba1fa 100755
--- a/scripts/download_import_cldr.py
+++ b/scripts/download_import_cldr.py
@@ -13,9 +13,9 @@ except ImportError:
from urllib import urlretrieve
-URL = 'http://unicode.org/Public/cldr/25/core.zip'
-FILENAME = 'core-25.zip'
-FILESUM = '44bdc6ca189d55eb36063dfbec208927'
+URL = 'http://unicode.org/Public/cldr/26/core.zip'
+FILENAME = 'core-26.zip'
+FILESUM = '46220170238b092685fd24221f895e3d'
BLKSIZE = 131072