python/python3-babel: updated for version 2.14.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
124233c669
commit
597648e8fe
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-babel
|
||||
VERSION=${VERSION:-2.13.1}
|
||||
CLDRVER=${CLDRVER:-42.0}
|
||||
VERSION=${VERSION:-2.14.0}
|
||||
CLDRVER=${CLDRVER:-43.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-babel"
|
||||
VERSION="2.13.1"
|
||||
VERSION="2.14.0"
|
||||
HOMEPAGE="http://babel.pocoo.org/"
|
||||
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.13.1/babel-2.13.1.tar.gz \
|
||||
http://unicode.org/Public/cldr/42/cldr-common-42.0.zip"
|
||||
MD5SUM="a5e8165d4e7bd81afd3502a7553b0e8c \
|
||||
c15f2f145186920a5a67bfed251fd849"
|
||||
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.14.0/babel-2.14.0.tar.gz \
|
||||
http://unicode.org/Public/cldr/43/cldr-common-43.0.zip"
|
||||
MD5SUM="6e152ddfd2fbf4ea9c9c6513d23964c0 \
|
||||
29433ac732f0fe62a98b5ab135479162"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytz"
|
||||
|
|
Loading…
Reference in New Issue