mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-virtualenv: Version bump to 20.26.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c7c63b505
commit
5efc4a5a99
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-virtualenv
|
||||
SRCNAM=virtualenv
|
||||
VERSION=${VERSION:-20.25.3}
|
||||
VERSION=${VERSION:-20.26.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-virtualenv"
|
||||
VERSION="20.25.3"
|
||||
VERSION="20.26.0"
|
||||
HOMEPAGE="https://virtualenv.pypa.io/"
|
||||
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.25.3/virtualenv-20.25.3.tar.gz"
|
||||
MD5SUM="da8e76f886f9d6e93048071c16e96b55"
|
||||
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.0/virtualenv-20.26.0.tar.gz"
|
||||
MD5SUM="78c2838f76a3e784a9c3e33ff1ccf25c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-setuptools-scm-opt python3-distlib python3-filelock python3-platformdirs"
|
||||
|
|
Loading…
Reference in a new issue