From 705b869e00b83fc10c7552eedadb67b8ef4f2459 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 Jun 2011 09:27:27 +0200 Subject: [PATCH] buildbot: update to 0.8.4. --- srcpkgs/buildbot/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index aaaa748cb6..5f0b5b2b49 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,12 +1,13 @@ # Template file for 'buildbot' pkgname=buildbot -version=0.8.3 -revision=1 +version=0.8.4 distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" build_style=python-module short_desc="A system to automate the compile/test cycle" maintainer="Juan RP " -checksum=754c8c3a8276fd3fc3a2b3cea104fea59cabb7add6e7e9693272c25d88eea7ff +homepage="http://trac.buildbot.net/" +license="GPL-2" +checksum=928f39a05ac665be71f573e76e33e51c04ea1e6d81dad9cc831d2d7911cb2a15 long_desc=" The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and