From: Aarni Koskela Date: Tue, 17 May 2016 05:55:30 +0000 (+0300) Subject: Download CLDR 29 instead of 28 X-Git-Tag: v2.4.0~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1e50648c4840c405dfffa874801e5ff70b1a48;p=thirdparty%2Fbabel.git Download CLDR 29 instead of 28 --- diff --git a/scripts/download_import_cldr.py b/scripts/download_import_cldr.py index 4da34234..bfcab5f8 100755 --- a/scripts/download_import_cldr.py +++ b/scripts/download_import_cldr.py @@ -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