diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-18 20:17:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-19 21:41:11 +0700 |
commit | 56727da4766ff96074e0c608c370b0fb31237961 (patch) | |
tree | b3217cfbc5880a8fd7c1d2a44a38a48fe3c65613 /python/python3-celery/python3-celery.SlackBuild | |
parent | ba4d09cb1cfa7ec1cb15de93089b62c470f68486 (diff) |
python/python3-celery: updated for version 5.4.0
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 06a8c0114f..66c83bbe9f 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.6} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |