diff options
author | Arn0 <yth@ythogtha.org> | 2025-07-25 09:48:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-26 00:42:35 +0700 |
commit | a38feffbf9ed681cf2259b33ba8f8fd7c9a9709e (patch) | |
tree | bffdb8092a1c3163365549632df86042af91d055 /python/python3-ZEO/python3-ZEO.SlackBuild | |
parent | 898162aec22a06cc57b6ed7d09a97b0c7fb8fb36 (diff) |
python/python3-ZEO: updated for version 6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ZEO/python3-ZEO.SlackBuild')
-rw-r--r-- | python/python3-ZEO/python3-ZEO.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-ZEO/python3-ZEO.SlackBuild b/python/python3-ZEO/python3-ZEO.SlackBuild index 614b88f913..4f608a6b06 100644 --- a/python/python3-ZEO/python3-ZEO.SlackBuild +++ b/python/python3-ZEO/python3-ZEO.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZEO -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-6.0.0} +SRCNAM=zeo +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |