python/buildbot-badges: Updated for version 3.8.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-04-17 12:05:53 +02:00 committed by Willy Sudiarto Raharjo
parent 9b304fe2cc
commit d41126951c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=buildbot-badges
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-3.7.0}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="buildbot-badges"
VERSION="3.7.0"
VERSION="3.8.0"
HOMEPAGE="https://buildbot.net/"
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.7.0.tar.gz"
MD5SUM="8f06439df959861a106002c9cc2b0877"
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.8.0.tar.gz"
MD5SUM="d8a93e6696fe3f455afc754eef20cadd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="buildbot python3-klein CairoSVG"