diff options
| author | Brett Koonce | 2013-05-23 22:20:19 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-24 06:52:20 -0700 | 
| commit | 5009caa8f686ff121e85d5d9ec63fbb218c43e27 (patch) | |
| tree | 9fe1bebe2cb6806fc86d97a9feff7bb6b5f067a0 | |
| parent | 8dc5853921cd01857e68034920bf37ae6b4e7256 (diff) | |
| download | homebrew-5009caa8f686ff121e85d5d9ec63fbb218c43e27.tar.bz2 | |
apollo 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/apollo.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/apollo.rb b/Library/Formula/apollo.rb index b224676f2..1700ac7bf 100644 --- a/Library/Formula/apollo.rb +++ b/Library/Formula/apollo.rb @@ -16,9 +16,9 @@ end  class Apollo < Formula    homepage 'http://activemq.apache.org/apollo' -  url "http://archive.apache.org/dist/activemq/activemq-apollo/1.5/apache-apollo-1.5-unix-distro.tar.gz" -  version "1.5" -  sha1 '7944c4f40f2b98c79cd697a06238d056f7b4b394' +  url "http://archive.apache.org/dist/activemq/activemq-apollo/1.6/apache-apollo-1.6-unix-distro.tar.gz" +  version "1.6" +  sha1 'e3fdd8b1d7a41809237e42bd724a427552b67533'    option "no-bdb", "Install without bdb store support"    option "no-mqtt", "Install without MQTT protocol support" | 
