diff options
| author | Adam Vandenberg | 2012-06-08 07:02:08 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-08 07:02:08 -0700 | 
| commit | bc10e9fc3ef8483e5a9fd4b3bafa3e0021599deb (patch) | |
| tree | 5b61fdf6526eebac49fb975d1ebc25c47b871d62 /Library/Formula/activemq.rb | |
| parent | 691961e5af879968cb142c5704a23afe7bbab72e (diff) | |
| download | homebrew-bc10e9fc3ef8483e5a9fd4b3bafa3e0021599deb.tar.bz2 | |
ActiveMQ 5.6.0
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 992e0638c..9ec6310da 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.5.1/apache-activemq-5.5.1-bin.tar.gz' -  md5 '3e10c163c5e3869a9720d47849a5ae29' +  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'    skip_clean 'libexec/webapps/admin/WEB-INF/jsp'  | 
