Skip to content

Commit 3e6d9a7

Browse files
committed
Switch downloader to CLDR 37
1 parent 0444167 commit 3e6d9a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/download_import_cldr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
from urllib import urlretrieve
1414

1515

16-
URL = 'http://unicode.org/Public/cldr/36/core.zip'
17-
FILENAME = 'cldr-core-36.zip'
18-
FILESUM = '07279e56c1f4266d140b907ef3ec379dce0a99542303a9628562ac5fe460ba43'
16+
URL = 'http://unicode.org/Public/cldr/37/core.zip'
17+
FILENAME = 'cldr-core-37.zip'
18+
FILESUM = 'ba93f5ba256a61a6f8253397c6c4b1a9b9e77531f013cc7ffa7977b5f7e4da57'
1919
BLKSIZE = 131072
2020

2121

0 commit comments

Comments
 (0)