diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-09 15:49:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:26 +0700 |
commit | 8201e53a5746081b71e913df42edc30fe6565fbb (patch) | |
tree | 71479bce8021e8fc9ec90e0352b28e812e316d01 /python/buildbot-badges | |
parent | e42e86a8d3fc2ad8cf0423c9b51b14c0c71ce3f9 (diff) |
python/buildbot-badges: Updated for version 3.9.2.
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 a1caff76b7c2..aa7ca023c0b9 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.9.0} +VERSION=${VERSION:-3.9.2} 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 d7b83f80fca9..e9a1b903481e 100644 --- a/python/buildbot-badges/buildbot-badges.info +++ b/python/buildbot-badges/buildbot-badges.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-badges" -VERSION="3.9.0" +VERSION="3.9.2" HOMEPAGE="https://buildbot.net/" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.9.0.tar.gz" -MD5SUM="2f64a8864420f64bf207cff4ea6536a8" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-badges/buildbot-badges-3.9.2.tar.gz" +MD5SUM="29d0929adacb23141e40cbaa9ac433ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="buildbot python3-klein CairoSVG" |