gearmand 0.34

Closes Homebrew/homebrew#13371.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Ian Van Ness 2012-07-12 10:08:40 -07:00 committed by Jack Nagel
parent 2c2a31a540
commit 2d4e719cc7

View file

@ -2,8 +2,8 @@ require 'formula'
class Gearman < Formula
homepage 'http://gearman.org/'
url 'https://launchpad.net/gearmand/trunk/0.33/+download/gearmand-0.33.tar.gz'
md5 '812840b74153704b5d3e7d6e59a803b5'
url 'https://launchpad.net/gearmand/trunk/0.34/+download/gearmand-0.34.tar.gz'
sha1 '198c708c46fd089dee85a53ebb2b67adbdb4a21a'
depends_on 'pkg-config' => :build
depends_on 'boost'