diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-10 14:31:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:07:56 +0700 |
commit | 00c2f719f6be6f1946c7fdfdb33d36f7192e3afe (patch) | |
tree | 2e738904474fd4cc9f578231f03cde872e57875e /python/python3-celery/python3-celery.SlackBuild | |
parent | ab9867e2d62aeb92674ceb6b95ca9253693dcdb1 (diff) |
python/python3-celery: updated for version 5.3.5
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 fa8fb429a1..53860ace80 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.3.4} +VERSION=${VERSION:-5.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |