diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 11:00:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:12 +0700 |
commit | 7a2039dc145dddaf8658866e311b8d83a3411729 (patch) | |
tree | c1ccdb9a8e33721bb10e9924515193b10190ca32 /python/buildbot-badges | |
parent | 43546a4a9d0fcf005b34304c7491e1264d484ad0 (diff) |
python/buildbot-badges: Updated for version 3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot-badges')
-rw-r--r-- | python/buildbot-badges/buildbot-badges.SlackBuild | 2 | ||||
-rw-r--r-- | python/buildbot-badges/buildbot-badges.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/buildbot-badges/buildbot-badges.SlackBuild b/python/buildbot-badges/buildbot-badges.SlackBuild index 0dfe60427f33..e22debb947d3 100644 --- a/python/buildbot-badges/buildbot-badges.SlackBuild +++ b/python/buildbot-badges/buildbot-badges.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buildbot-badges SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/buildbot-badges/buildbot-badges.info b/python/buildbot-badges/buildbot-badges.info index 4ed34efde985..7154534b62be 100644 --- a/python/buildbot-badges/buildbot-badges.info +++ b/python/buildbot-badges/buildbot-badges.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-badges" -VERSION="3.6.1" +VERSION="3.7.0" HOMEPAGE="https://buildbot.net/" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.6.1.tar.gz" -MD5SUM="7e5169873cd17e6c96e8647a26bc5917" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.7.0.tar.gz" +MD5SUM="8f06439df959861a106002c9cc2b0877" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="buildbot python3-klein CairoSVG" |