aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorClint Shryock2011-02-16 20:20:01 -0600
committerAdam Vandenberg2011-02-17 08:10:10 -0800
commit2f72015b68780e6a0894bc7f7163317b78ff6f80 (patch)
tree8813441675ce40435a8d61e61215101a0cc37d8a /Library
parent327e74450975ec8bc49e81b3325408bb906e64da (diff)
downloadhomebrew-2f72015b68780e6a0894bc7f7163317b78ff6f80.tar.bz2
Update Gearmand to version 0.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gearman.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb
index eb170bd61..3de3f2454 100644
--- a/Library/Formula/gearman.rb
+++ b/Library/Formula/gearman.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gearman <Formula
- url 'http://launchpad.net/gearmand/trunk/0.12/+download/gearmand-0.12.tar.gz'
+ url 'http://launchpad.net/gearmand/trunk/0.15/+download/gearmand-0.15.tar.gz'
homepage 'http://gearman.org/'
- md5 '6e88a6bfb26e50d5aed37d143184e7f2'
+ md5 'd394214d3cddc5af237d73befc7e3999'
depends_on 'libevent'