mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-tox: Updated for version 4.11.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a5606ad3ec
commit
a0d77c5b53
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-tox
|
||||
VERSION=${VERSION:-4.11.3}
|
||||
VERSION=${VERSION:-4.11.4}
|
||||
SRCNAM=${SRCNAM:-tox}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tox"
|
||||
VERSION="4.11.3"
|
||||
VERSION="4.11.4"
|
||||
HOMEPAGE="https://tox.wiki/"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.11.3/tox-4.11.3.tar.gz"
|
||||
MD5SUM="2e5c5e97eaa0fa0583fa04782ec0801e"
|
||||
DOWNLOAD="https://github.com/tox-dev/tox/archive/refs/tags/4.11.4/tox-4.11.4.tar.gz"
|
||||
MD5SUM="5947bc112dd8295250e262dc5a310557"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-cachetools colorama python3-pyproject-api python3-virtualenv"
|
||||
|
|
Loading…
Reference in a new issue