diff options
| author | Brett Koonce | 2014-03-16 18:11:55 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 20:29:16 -0500 | 
| commit | 47ba7a3b68a795ddf82132bb4c413adcb58faf27 (patch) | |
| tree | 71c15ae95661c068aba3c3ab78a88939a1c6b2fe | |
| parent | e5cc2270a9cce3ec90f1228ea37f3f3b2f7929b7 (diff) | |
| download | homebrew-47ba7a3b68a795ddf82132bb4c413adcb58faf27.tar.bz2 | |
apollo 1.7
| -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 93b9e2627..3e51d9667 100644 --- a/Library/Formula/apollo.rb +++ b/Library/Formula/apollo.rb @@ -2,9 +2,9 @@ require 'formula'  class Apollo < Formula    homepage 'http://activemq.apache.org/apollo' -  url 'http://archive.apache.org/dist/activemq/activemq-apollo/1.6/apache-apollo-1.6-unix-distro.tar.gz' -  version '1.6' -  sha1 'e3fdd8b1d7a41809237e42bd724a427552b67533' +  url 'http://archive.apache.org/dist/activemq/activemq-apollo/1.7/apache-apollo-1.7-unix-distro.tar.gz' +  version '1.7' +  sha1 '3bf6dba6396fe3814e56163249de80d8a20230d0'    option "no-bdb", "Install without bdb store support"    option "no-mqtt", "Install without MQTT protocol support" | 
