diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 10:30:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:18 +0700 |
commit | 6461b977a828af2bb4831487b4a824684df8d99e (patch) | |
tree | 13226cd4a42823a684f060179ba9f455a51aa97d /python/buildbot/buildbot.SlackBuild | |
parent | 72ba384ca55fe817c5fd9b746bc047bc07baa498 (diff) |
python/buildbot: updated for version 3.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot/buildbot.SlackBuild')
-rw-r--r-- | python/buildbot/buildbot.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild index f68d83ffaa7c4..f62a2c8f6d0bc 100644 --- a/python/buildbot/buildbot.SlackBuild +++ b/python/buildbot/buildbot.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=buildbot SRCNAM=${PRGNAM#python-*} # "pkg" stays first PACKAGES="pkg www console-view grid-view waterfall-view wsgi-dashboards" -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |