mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-babel: Update for new CLDR version.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
32d37548ec
commit
2f116adb02
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue