]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update CLDR URL for v24, filename and MD5
authorbenselme <benselme@gmail.com>
Thu, 8 Jan 2015 16:03:52 +0000 (11:03 -0500)
committerbenselme <benselme@gmail.com>
Thu, 8 Jan 2015 16:03:52 +0000 (11:03 -0500)
scripts/download_import_cldr.py

index 9c82fc88ac4aeace85152c4771c896f4c8a048e9..fe01053393814c740a5258ef5403a6665d239fe5 100755 (executable)
@@ -13,9 +13,9 @@ except ImportError:
     from urllib import urlretrieve
 
 
-URL = 'http://unicode.org/Public/cldr/23.1/core.zip'
-FILENAME = 'core-23.1.zip'
-FILESUM = 'd44ff35f9b9160becbb3a575468d8a5a'
+URL = 'http://unicode.org/Public/cldr/24/core.zip'
+FILENAME = 'core-24.zip'
+FILESUM = 'cd2e8f31baf65c96bfc7e5377b3b793f'
 BLKSIZE = 131072