mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/buildbot-badges: updated for version 3.11.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d184c2bc1
commit
279b8cb99b
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=buildbot-badges
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-3.10.1}
|
||||
VERSION=${VERSION:-3.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="buildbot-badges"
|
||||
VERSION="3.10.1"
|
||||
VERSION="3.11.0"
|
||||
HOMEPAGE="https://buildbot.net/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.10.1.tar.gz"
|
||||
MD5SUM="49abf45116326fa09b82d5e02c4a48b5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.11.0.tar.gz"
|
||||
MD5SUM="5f7558a87419a483803a720298399480"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="buildbot python3-klein CairoSVG"
|
||||
|
|
Loading…
Reference in a new issue