diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-06 15:29:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:31 +0700 |
commit | b91ae3c7c12ca01985f5cefbe45e047a55d8ecfe (patch) | |
tree | 94bf45c4144320dd04e3380542d051ba19103795 /python/python3-twisted/python3-twisted.SlackBuild | |
parent | 8096d1c364f3766c359e6f0083d8b07821b332e8 (diff) |
python/python3-twisted: Updated for version 23.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-twisted/python3-twisted.SlackBuild')
-rw-r--r-- | python/python3-twisted/python3-twisted.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild index b86ea6b2f5..7e02924261 100644 --- a/python/python3-twisted/python3-twisted.SlackBuild +++ b/python/python3-twisted/python3-twisted.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-twisted SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-23.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.10.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |