python/python3-babel: Update for new CLDR version.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-04-14 12:24:42 -07:00 committed by Willy Sudiarto Raharjo
parent 32d37548ec
commit 2f116adb02
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
SRCNAM=babel
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-2.6.0}
CLDRVER=${CLDRVER:-29}
CLDRVER=${CLDRVER:-33.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -2,9 +2,9 @@ PRGNAM="python3-babel"
VERSION="2.6.0"
HOMEPAGE="http://babel.pocoo.org/"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.6.0/babel-2.6.0.tar.gz \
http://unicode.org/Public/cldr/29/core.zip"
https://unicode.org/Public/cldr/33/core.zip"
MD5SUM="88769ce85cf93f24ccbf3d66c4aad79f \
243bc671f53a751549ec21f075c63f23"
39bf16711836c23e386189c3cbd2f344"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 pytz"