diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-28 15:18:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:10 +0700 |
commit | ee5032b5432fe76b3e5c2a19f26d91388ed034f7 (patch) | |
tree | 7cb6969080583ec4f62a78678ecaffcaa699d5f7 /python/python3-celery/python3-celery.SlackBuild | |
parent | 4847fbfd4da18384aa5781b996a9d12b30ac3f3d (diff) |
python/python3-celery: updated for version 5.2.6
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 8e46883ad2..91d828b913 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.2.3} +VERSION=${VERSION:-5.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |