diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-30 23:07:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:57 +0700 |
commit | 86eda01795b36ceb874d48cf4287bd7a7b89e794 (patch) | |
tree | 9143f8b25eb53aa3f06da030a5e0e88fbf101597 /python/buildbot/buildbot.SlackBuild | |
parent | 47ad553ae40288c2f9a53b8e9c2758dc89f58932 (diff) |
python/buildbot: updated for version 3.5.0, updated dependencies
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot/buildbot.SlackBuild')
-rw-r--r-- | python/buildbot/buildbot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild index 957e4b2407cd7..f68d83ffaa7c4 100644 --- a/python/buildbot/buildbot.SlackBuild +++ b/python/buildbot/buildbot.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buildbot SRCNAM=${PRGNAM#python-*} # "pkg" stays first -PACKAGES="pkg www console-view grid-view waterfall-view badges wsgi-dashboards" -VERSION=${VERSION:-3.4.1} +PACKAGES="pkg www console-view grid-view waterfall-view wsgi-dashboards" +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |