mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/buildbot-worker: updated for version 3.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba7e9ff737
commit
055e4f6525
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue