mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-desktop: Updated for version 6.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db658e2e9e
commit
e03529850f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-docker
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-docker"
|
||||
VERSION="6.0.0"
|
||||
VERSION="6.0.1"
|
||||
HOMEPAGE="https://github.com/docker/docker-py"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-6.0.0.tar.gz"
|
||||
MD5SUM="8397224205f789ecb6e1b848149535a7"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-6.0.1.tar.gz"
|
||||
MD5SUM="8e85e23ed30a3d07129e197d35e56eb4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-installer wheel python3-websocket-client"
|
||||
|
|
Loading…
Reference in a new issue