]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
File name and checksum for CLDR-25
authorbenselme <benselme@gmail.com>
Sun, 11 Jan 2015 16:54:28 +0000 (11:54 -0500)
committerbenselme <benselme@gmail.com>
Sun, 11 Jan 2015 16:54:28 +0000 (11:54 -0500)
scripts/download_import_cldr.py

index fe01053393814c740a5258ef5403a6665d239fe5..fda5ff48dae5d0c1f5de4533f7e1486c4ee4116b 100755 (executable)
@@ -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