diff options
author | Arn0 <yth@ythogtha.org> | 2025-05-12 15:32:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-15 13:17:49 +0700 |
commit | b0c990491958eb78bb154e56f0dc63e0b33b63f8 (patch) | |
tree | 70168639a1dc76cd6f825475d2515f5e28842d64 /python/python3-celery/python3-celery.SlackBuild | |
parent | e8222e4a939d3de10a9b8f958718283f4265a03f (diff) |
python/python3-celery: updated for version 5.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery/python3-celery.SlackBuild')
-rw-r--r-- | python/python3-celery/python3-celery.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index 4747ac5150..628aff6b4f 100644 --- a/python/python3-celery/python3-celery.SlackBuild +++ b/python/python3-celery/python3-celery.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-celery SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.5.1} +VERSION=${VERSION:-5.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |