update rabbitmq to 1.8.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
363488035f
commit
e1e15fb77f
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Rabbitmq <Formula
|
||||
homepage 'http://rabbitmq.com'
|
||||
url 'http://mirror.rabbitmq.com/releases/rabbitmq-server/v1.8.0/rabbitmq-server-1.8.0.tar.gz'
|
||||
md5 'e00bea375e81d51600b5b14220c64d89'
|
||||
url 'http://mirror.rabbitmq.com/releases/rabbitmq-server/v1.8.1/rabbitmq-server-1.8.1.tar.gz'
|
||||
md5 '2471bdf0ba77b73aed1cc8eddc10aa19'
|
||||
|
||||
depends_on 'erlang'
|
||||
depends_on 'simplejson' => :python if MACOS_VERSION < 10.6
|
||||
|
@ -42,10 +42,10 @@ end
|
|||
|
||||
__END__
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 725f20a..65c94a9 100644
|
||||
index a66d064..c774720 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -243,7 +243,7 @@ $(SOURCE_DIR)/%_usage.erl:
|
||||
@@ -253,7 +253,7 @@ $(SOURCE_DIR)/%_usage.erl:
|
||||
|
||||
docs_all: $(MANPAGES) $(WEB_MANPAGES)
|
||||
|
||||
|
@ -54,7 +54,7 @@ index 725f20a..65c94a9 100644
|
|||
cp -r ebin include LICENSE LICENSE-MPL-RabbitMQ INSTALL $(TARGET_DIR)
|
||||
|
||||
chmod 0755 scripts/*
|
||||
@@ -251,12 +251,6 @@ install: all docs_all install_dirs
|
||||
@@ -261,12 +261,6 @@ install: all docs_all install_dirs
|
||||
cp scripts/$$script $(TARGET_DIR)/sbin; \
|
||||
[ -e $(SBIN_DIR)/$$script ] || ln -s $(SCRIPTS_REL_PATH)/$$script $(SBIN_DIR)/$$script; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue