diff options
| author | Adam Vandenberg | 2009-11-25 22:44:52 -0800 | 
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:16 +0000 | 
| commit | fa219a2036a8e9a3484559af07abd02d150b7e1d (patch) | |
| tree | 97aedca0c7aad6ff65e9762a14a4c1a242a07652 /Library/Formula/activemq.rb | |
| parent | 8939a91a96147370f1f76ca31f67b365f123d4fb (diff) | |
| download | homebrew-fa219a2036a8e9a3484559af07abd02d150b7e1d.tar.bz2 | |
Update ActiveMQ to 5.3.0
Diffstat (limited to 'Library/Formula/activemq.rb')
| -rw-r--r-- | Library/Formula/activemq.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/activemq.rb b/Library/Formula/activemq.rb index 93273cb19..b1025ef18 100644 --- a/Library/Formula/activemq.rb +++ b/Library/Formula/activemq.rb @@ -1,9 +1,9 @@  require 'formula'  class Activemq <Formula -  @url='http://www.apache.org/dist/activemq/apache-activemq/5.2.0/apache-activemq-5.2.0-bin.tar.gz' -  @homepage='http://activemq.apache.org/' -  @md5='f11ca54e89689a0570dd607528966ba5' +  url 'http://www.apache.org/dist/activemq/apache-activemq/5.3.0/apache-activemq-5.3.0-bin.tar.gz' +  homepage 'http://activemq.apache.org/' +  md5 'f4b88a2b4ffd21cb804cdbd4f2e0152f'    def install      prefix.install Dir['*']  | 
