diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-06-21 01:39:20 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:44 +0700 |
commit | 36297e1e30af08526dc9f430909404fffb2a8842 (patch) | |
tree | 22370053fd224cab122d75c29de098a2a172d22f /python/python3-docker/python3-docker.SlackBuild | |
parent | 82abb5c9146a41aaeafd3aa90dc68bd6e61ed1d8 (diff) |
python/python3-docker: Updated for version 7.1.0, dep change.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-docker/python3-docker.SlackBuild')
-rw-r--r-- | python/python3-docker/python3-docker.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-docker/python3-docker.SlackBuild b/python/python3-docker/python3-docker.SlackBuild index c20dc5383331a..97a7edf6004dd 100644 --- a/python/python3-docker/python3-docker.SlackBuild +++ b/python/python3-docker/python3-docker.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-docker -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-docker SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-7.0.0} +VERSION=${VERSION:-7.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |