diff options
| author | Humberto Morales | 2012-10-13 10:54:44 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-13 11:45:13 -0700 | 
| commit | 1355da46789a40f65ccc0059140bb4221b97d03f (patch) | |
| tree | b30c7468d328d38e751176115e2594c9c2d3557a /Library/Formula/activemq.rb | |
| parent | d8003e1fbbc1e4cd7c8236e7500a7839cbbaf319 (diff) | |
| download | homebrew-1355da46789a40f65ccc0059140bb4221b97d03f.tar.bz2 | |
ActiveMQ 5.7.0
Closes #15444.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/activemq.rb')
| -rw-r--r-- | Library/Formula/activemq.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/activemq.rb b/Library/Formula/activemq.rb index 9ec6310da..55feef194 100644 --- a/Library/Formula/activemq.rb +++ b/Library/Formula/activemq.rb @@ -2,8 +2,8 @@ require 'formula'  class Activemq < Formula    homepage 'http://activemq.apache.org/' -  url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.6.0/apache-activemq-5.6.0-bin.tar.gz' -  sha1 '3205f5fcd61cf8bc7122b2f65ce22f68b2ab487a' +  url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.7.0/apache-activemq-5.7.0-bin.tar.gz' +  sha1 '372363dd98d7952de33f9872ddb5bbaaf05f806b'    skip_clean 'libexec/webapps/admin/WEB-INF/jsp'  | 
