diff options
| -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" |
