mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-babel: updated for version 2.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a278eb18c2
commit
df6fe8d729
2 changed files with 7 additions and 7 deletions
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-babel
|
||||
VERSION=${VERSION:-2.14.0}
|
||||
CLDRVER=${CLDRVER:-43.0}
|
||||
VERSION=${VERSION:-2.15.0}
|
||||
CLDRVER=${CLDRVER:-44.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-babel"
|
||||
VERSION="2.14.0"
|
||||
VERSION="2.15.0"
|
||||
HOMEPAGE="http://babel.pocoo.org/"
|
||||
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="https://github.com/python-babel/babel/archive/v2.15.0/babel-2.15.0.tar.gz \
|
||||
http://unicode.org/Public/cldr/44/cldr-common-44.0.zip"
|
||||
MD5SUM="cd0818360a808a42860e95bf3e581530 \
|
||||
75eca6e41976b235512192ecf657908f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytz"
|
||||
|
|
Loading…
Reference in a new issue