aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGavin M. Roy2012-08-07 18:29:46 -0400
committerAdam Vandenberg2012-08-08 07:31:24 -0700
commitf8c82d414fac66bdfb8433d8a1dc1f0463e424c6 (patch)
treeff31f5d0a28f5b21546c047fd5a8ba6abf430338 /Library/Formula
parent2053036f949a81b2964c968a78860d14c55da0b9 (diff)
downloadhomebrew-f8c82d414fac66bdfb8433d8a1dc1f0463e424c6.tar.bz2
RabbitMQ 2.8.5
Closes #14034. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rabbitmq.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index d887bf0c1..1e4d3564f 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -2,8 +2,8 @@ require 'formula'
class Rabbitmq < Formula
homepage 'http://www.rabbitmq.com'
- url 'http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.4/rabbitmq-server-generic-unix-2.8.4.tar.gz'
- sha1 '75275083648fd9243c5bc212530355c76821c120'
+ url 'http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.5/rabbitmq-server-generic-unix-2.8.5.tar.gz'
+ sha1 '40e9f4934f471088e781dc71f738708e1a213c74'
depends_on 'erlang'
depends_on 'simplejson' => :python if MacOS.leopard?