aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGavin M. Roy2012-09-27 12:34:22 -0400
committerAdam Vandenberg2012-09-27 09:38:26 -0700
commit841c0d21b80a8687bd87e3053f98c2bb6897d5b5 (patch)
tree6f28128437acd4f55274b700e6908888117f04b2 /Library/Formula
parent15b3e67ea0e87d1bfd7a680728310129ffb3c463 (diff)
downloadhomebrew-841c0d21b80a8687bd87e3053f98c2bb6897d5b5.tar.bz2
RabbitMQ 2.8.7
Closes #15160. 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 ab341f364..b8078fe74 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.6/rabbitmq-server-generic-unix-2.8.6.tar.gz'
- sha1 '50ad453ae6a293c7b314dd2dd24a29648f1acc11'
+ url 'http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.7/rabbitmq-server-generic-unix-2.8.7.tar.gz'
+ sha1 '16965e5c3486f6882df363064707777fc4cbbe2e'
depends_on 'erlang'
depends_on 'simplejson' => :python if MacOS.version == :leopard