mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-babel: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
680c0d78ab
commit
af87b99747
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for python3-babel
|
# Slackware build script for python3-babel
|
||||||
#
|
#
|
||||||
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=python3-babel
|
PRGNAM=python3-babel
|
||||||
VERSION=${VERSION:-2.8.1}
|
VERSION=${VERSION:-2.9.0}
|
||||||
CLDRVER=${CLDRVER:-36}
|
CLDRVER=${CLDRVER:-37}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python3-babel"
|
PRGNAM="python3-babel"
|
||||||
VERSION="2.8.1"
|
VERSION="2.8.1"
|
||||||
HOMEPAGE="http://babel.pocoo.org/"
|
HOMEPAGE="http://babel.pocoo.org/"
|
||||||
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.8.1/babel-2.8.1.tar.gz \
|
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.9.0/babel-2.9.0.tar.gz \
|
||||||
https://unicode.org/Public/cldr/36/core.zip"
|
https://unicode.org/Public/cldr/37/core.zip"
|
||||||
MD5SUM="779c3c58f1c1426888765e104e86c7e2 \
|
MD5SUM="91cd179d285e0e2e5392a8ba3443931d \
|
||||||
3ce45e73229db9c69a8bc09fbebb97ba"
|
40c0f5fbf8e2e2ad26047ecce6f6b07f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3 pytz"
|
REQUIRES="python3 pytz"
|
||||||
|
|
Loading…
Reference in a new issue