buildbot-slave: update to 0.8.9
This commit is contained in:
parent
7c1203686c
commit
d30d78d0ea
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'buildbot-slave'
|
# Template file for 'buildbot-slave'
|
||||||
pkgname=buildbot-slave
|
pkgname=buildbot-slave
|
||||||
version=0.8.8
|
version=0.8.9
|
||||||
revision=2
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="Twisted"
|
makedepends="python Twisted"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pycompile_module="buildslave"
|
pycompile_module="buildslave"
|
||||||
short_desc="BuildBot Slave Daemon"
|
short_desc="BuildBot Slave Daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://trac.buildbot.net/"
|
homepage="http://buildbot.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8b7532d4d34527aea41e353d1bc3c35291ec335d3224c27800d2cc0cfc9837cc
|
checksum=864ca4a975bdbe3e973812a7d4ac7ffaf6f9ea5b6364e9ddb2fc92bccacf93af
|
||||||
|
|
Loading…
Reference in New Issue