diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-10 21:15:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-11 07:46:26 +0700 |
commit | 3dd60d5926800c83d734f3e5cc6a8d241f0c95ff (patch) | |
tree | 6a748fc81f279440c2da78aea797b0e47e15aece /python/buildbot/buildbot.SlackBuild | |
parent | 94c0ab6ada2ae1039189c016743dc75d9cbcc033 (diff) |
python/buildbot: updated for version 3.10.1
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 04e597ce78b62..1fcb95193ade2 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.10.0} +VERSION=${VERSION:-3.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |