diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-18 16:07:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-19 00:14:34 +0700 |
commit | 9057d6d3089b18ac96ec038d92a9e84eaff4ca8b (patch) | |
tree | 3e376568e71c4a4e57458b2059bb9d9fa1976cfb /python/python3-ZODB/python3-ZODB.SlackBuild | |
parent | 05da2d70bc2387e8e943cbd8a69a31ec0f4f8aa2 (diff) |
python/python3-ZODB: updated for version 5.8.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ZODB/python3-ZODB.SlackBuild')
-rw-r--r-- | python/python3-ZODB/python3-ZODB.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-ZODB/python3-ZODB.SlackBuild b/python/python3-ZODB/python3-ZODB.SlackBuild index 957e81647e..32e6ad152e 100644 --- a/python/python3-ZODB/python3-ZODB.SlackBuild +++ b/python/python3-ZODB/python3-ZODB.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ZODB SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.8.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |