aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-01-17 10:03:51 -0600
committerAdam Vandenberg2013-01-17 09:20:59 -0800
commitbee232716360a5d925e09964b4c7824042aa20d7 (patch)
treeadcce2b99f7b8e10a82dbfac7f72b29ced58c10a /Library/Formula
parent57d18c36a55e5df644629de552433ebccb899091 (diff)
downloadhomebrew-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.rb6
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"