RabbitMQ 3.3.1

Closes Homebrew/homebrew#28993.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Carl Hörberg 2014-05-06 12:17:45 +08:00 committed by Adam Vandenberg
parent 8ac304acf6
commit ce691fe6b7
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Rabbitmq < Formula
homepage 'http://www.rabbitmq.com'
url 'http://www.rabbitmq.com/releases/rabbitmq-server/v3.3.0/rabbitmq-server-mac-standalone-3.3.0.tar.gz'
sha1 '1c30c30cae5c59e10100d2b034cfa6769198a140'
url 'http://www.rabbitmq.com/releases/rabbitmq-server/v3.3.1/rabbitmq-server-mac-standalone-3.3.1.tar.gz'
sha1 'e3108fe7869971bcb86e42771caee85a43d9f0ec'
depends_on 'simplejson' => :python if MacOS.version <= :leopard