diff options
Diffstat (limited to 'python/python3-docker/python3-docker.SlackBuild')
-rw-r--r-- | python/python3-docker/python3-docker.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-docker/python3-docker.SlackBuild b/python/python3-docker/python3-docker.SlackBuild index 48d514ec1f..adac6fc2c7 100644 --- a/python/python3-docker/python3-docker.SlackBuild +++ b/python/python3-docker/python3-docker.SlackBuild @@ -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} |