diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-02 10:20:38 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:43 +0700 |
commit | af87b99747154cd5cb1464093621509eaf8981ea (patch) | |
tree | 39268820b84288e5b1dae6d2e942b6f4d7312218 /python/python3-babel/python3-babel.SlackBuild | |
parent | 680c0d78ab3bc651d4c22c3c46a54761a10a61bb (diff) |
python/python3-babel: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-babel/python3-babel.SlackBuild')
-rw-r--r-- | python/python3-babel/python3-babel.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-babel/python3-babel.SlackBuild b/python/python3-babel/python3-babel.SlackBuild index 4b29f70a9df0..7682c02634c4 100644 --- a/python/python3-babel/python3-babel.SlackBuild +++ b/python/python3-babel/python3-babel.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-babel # # 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. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-babel -VERSION=${VERSION:-2.8.1} -CLDRVER=${CLDRVER:-36} +VERSION=${VERSION:-2.9.0} +CLDRVER=${CLDRVER:-37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |