mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/python3-jaraco.text: Updated for version 3.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f690659c3e
commit
e29b51b803
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-jaraco.text
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-3.10.0}
|
||||
VERSION=${VERSION:-3.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jaraco.text"
|
||||
VERSION="3.10.0"
|
||||
VERSION="3.11.0"
|
||||
HOMEPAGE="https://github.com/jaraco/jaraco.text"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.10.0.tar.gz"
|
||||
MD5SUM="550a61cf6c7e94335514440247404436"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.11.0.tar.gz"
|
||||
MD5SUM="a0f94799f8a31de67a8791c3aa5abae6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-jaraco.context python3-jaraco.functools python3-autocommand python3-inflect"
|
||||
|
|
Loading…
Reference in a new issue