mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-virtualenv: Version bump to 20.26.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a592bf1088
commit
9455c658ec
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.26.2}
|
||||
VERSION=${VERSION:-20.26.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-virtualenv"
|
||||
VERSION="20.26.2"
|
||||
VERSION="20.26.3"
|
||||
HOMEPAGE="https://virtualenv.pypa.io/"
|
||||
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.2/virtualenv-20.26.2.tar.gz"
|
||||
MD5SUM="d3b19baa177115473fc9d97a401d1711"
|
||||
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.3/virtualenv-20.26.3.tar.gz"
|
||||
MD5SUM="aebdbff886d5b12a325521fb5403c769"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-setuptools-scm-opt python3-distlib python3-filelock python3-platformdirs"
|
||||
|
|
Loading…
Reference in a new issue