]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Download CLDR 29 instead of 28
authorAarni Koskela <akx@iki.fi>
Tue, 17 May 2016 05:55:30 +0000 (08:55 +0300)
committerAarni Koskela <akx@iki.fi>
Wed, 22 Jun 2016 06:58:54 +0000 (09:58 +0300)
scripts/download_import_cldr.py

index 4da3423494927246c1ab12f1272483a037680b15..bfcab5f8b12a8143ae7c38c9da15ea03d18c8044 100755 (executable)
@@ -12,9 +12,9 @@ except ImportError:
     from urllib import urlretrieve
 
 
-URL = 'http://unicode.org/Public/cldr/28/core.zip'
-FILENAME = 'core-28.zip'
-FILESUM = 'bc545b4c831e1987ea931b04094d7b9fc59ec3d8'
+URL = 'http://unicode.org/Public/cldr/29/core.zip'
+FILENAME = 'core-29.zip'
+FILESUM = '44d117e6e591a8f9655602ff0abdee105df3cabe'
 BLKSIZE = 131072