diff options
author | Arn0 <yth@ythogtha.org> | 2022-10-04 20:34:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-07 22:52:40 +0700 |
commit | ba7e9ff7379de5e88bf0b8d536d50ced470d8008 (patch) | |
tree | 6cb6a57f77b8edb449cf09c444544d2d33fcd024 /python | |
parent | 4f2d3ed0b9af59a088807aa6db9e2476a928b02b (diff) | |
download | slackbuilds-ba7e9ff7379de5e88bf0b8d536d50ced470d8008.tar.gz |
python/buildbot-badges: updated for version 3.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 7e4300e706..0dfe60427f 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.0} +VERSION=${VERSION:-3.6.1} 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 badf84de6e..4ed34efde9 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.0" +VERSION="3.6.1" HOMEPAGE="https://buildbot.net/" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.6.0.tar.gz" -MD5SUM="a052cd420685236e25fb494e07c2603f" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.6.1.tar.gz" +MD5SUM="7e5169873cd17e6c96e8647a26bc5917" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="buildbot python3-klein CairoSVG" |