diff options
| author | Brett Koonce | 2013-01-17 10:03:51 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-17 09:20:59 -0800 |
| commit | bee232716360a5d925e09964b4c7824042aa20d7 (patch) | |
| tree | adcce2b99f7b8e10a82dbfac7f72b29ced58c10a /Library/Formula | |
| parent | 57d18c36a55e5df644629de552433ebccb899091 (diff) | |
| download | homebrew-bee232716360a5d925e09964b4c7824042aa20d7.tar.bz2 | |
apache apollo 1.5
not touching BerkeleyDbJe, fwiw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 85384bad2..a58279b25 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.4/apache-apollo-1.4-unix-distro.tar.gz" - version "1.4" - sha1 '777b9de3209f05af30d013d52c12f68f8391ab54' + url "http://archive.apache.org/dist/activemq/activemq-apollo/1.5/apache-apollo-1.5-unix-distro.tar.gz" + version "1.5" + sha1 '7944c4f40f2b98c79cd697a06238d056f7b4b394' option "no-bdb", "Install without bdb store support" option "no-mqtt", "Install without MQTT protocol support" |
