From: benselme Date: Sun, 11 Jan 2015 16:54:28 +0000 (-0500) Subject: File name and checksum for CLDR-25 X-Git-Tag: dev-2a51c9b95d06~51^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d89445ae01cabbbe09541428018523cf49d579;p=thirdparty%2Fbabel.git File name and checksum for CLDR-25 --- diff --git a/scripts/download_import_cldr.py b/scripts/download_import_cldr.py index fe010533..fda5ff48 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/24/core.zip' -FILENAME = 'core-24.zip' -FILESUM = 'cd2e8f31baf65c96bfc7e5377b3b793f' +URL = 'http://unicode.org/Public/cldr/25/core.zip' +FILENAME = 'core-25.zip' +FILESUM = '44bdc6ca189d55eb36063dfbec208927' BLKSIZE = 131072