diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 20:02:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 07:49:17 +0700 |
commit | b19c61a813fcb72f34852120d59117363da974ac (patch) | |
tree | f0f878272b6890b22c95c392f21bb47d30455670 /python/python3-waitress/python3-waitress.SlackBuild | |
parent | 7c93f676af3d948762c911626146f30c5869c6e0 (diff) |
python/python3-waitress: updated for version 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-waitress/python3-waitress.SlackBuild')
-rw-r--r-- | python/python3-waitress/python3-waitress.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-waitress/python3-waitress.SlackBuild b/python/python3-waitress/python3-waitress.SlackBuild index d1ed54ac5d..1b3da96d76 100644 --- a/python/python3-waitress/python3-waitress.SlackBuild +++ b/python/python3-waitress/python3-waitress.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-waitress SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |