diff options
author | Arn0 <yth@ythogtha.org> | 2022-10-04 20:34:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-07 22:52:40 +0700 |
commit | 055e4f652559218e4e13aad5eba99126aec0c941 (patch) | |
tree | b1030f9ddc967a0ee71f30992df596089a477755 | |
parent | ba7e9ff7379de5e88bf0b8d536d50ced470d8008 (diff) | |
download | slackbuilds-055e4f652559218e4e13aad5eba99126aec0c941.tar.gz |
python/buildbot-worker: updated for version 3.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/buildbot-worker/buildbot-worker.SlackBuild | 2 | ||||
-rw-r--r-- | python/buildbot-worker/buildbot-worker.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/buildbot-worker/buildbot-worker.SlackBuild b/python/buildbot-worker/buildbot-worker.SlackBuild index 94234ab62c..b3c562cc8d 100644 --- a/python/buildbot-worker/buildbot-worker.SlackBuild +++ b/python/buildbot-worker/buildbot-worker.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buildbot-worker SRCNAM=${PRGNAM#python-*} -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/buildbot-worker/buildbot-worker.info b/python/buildbot-worker/buildbot-worker.info index 25a1bf67e9..99c11d5e5c 100644 --- a/python/buildbot-worker/buildbot-worker.info +++ b/python/buildbot-worker/buildbot-worker.info @@ -1,8 +1,8 @@ PRGNAM="buildbot-worker" -VERSION="3.6.0" +VERSION="3.6.1" HOMEPAGE="https://pypi.python.org/pypi/buildbot-worker" -DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.6.0.tar.gz" -MD5SUM="4d7a77bc38b99dc2e3337eaa8f34ecee" +DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-worker-3.6.1.tar.gz" +MD5SUM="c0003cf1408037bbd54af9d4dc57085e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-twisted python3-autobahn msgpack-python" |