aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 22432d7ff..ee3dc8110 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/v3.2.4/rabbitmq-server-mac-standalone-3.2.4.tar.gz'
- sha1 '020351da4c4e75da9f3ed275a4ea199ed2688acd'
+ url 'http://www.rabbitmq.com/releases/rabbitmq-server/v3.3.0/rabbitmq-server-mac-standalone-3.3.0.tar.gz'
+ sha1 '1c30c30cae5c59e10100d2b034cfa6769198a140'
depends_on 'simplejson' => :python if MacOS.version <= :leopard