diff options
Diffstat (limited to 'Library/Formula/apollo.rb')
| -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 19815cb9c..577569c58 100644 --- a/Library/Formula/apollo.rb +++ b/Library/Formula/apollo.rb @@ -4,21 +4,21 @@ class BerkeleyDbJe < Formula    homepage 'http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html'    url "http://download.oracle.com/maven/com/sleepycat/je/5.0.34/je-5.0.34.jar"    version '5.0.34' -  md5 '09fa2cb8431bb4ca5a0a0f83d3d57ed0' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'  end  class FuseMQApolloMQTT < Formula    homepage 'https://github.com/fusesource/fuse-extra/tree/master/fusemq-apollo/fusemq-apollo-mqtt'    url "http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/fuse-extra/fusemq-apollo-mqtt/1.3/fusemq-apollo-mqtt-1.3-uber.jar"    version '1.3' -  md5 'f33e56ddc2e302eda10fc4bb16f2d165' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'  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" -  md5 '2581e361670e52d9016edc113de53e6c' +  sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'    option "no-bdb", "Install without bdb store support."    option "no-mqtt", "Install without MQTT protocol support." | 
