HornetQ 2.2.14
Closes Homebrew/homebrew#12860. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0a6d23324c
commit
51e7577960
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Hornetq < Formula
|
||||
url 'http://downloads.jboss.org/hornetq/hornetq-2.2.5.Final.tar.gz'
|
||||
homepage 'http://www.jboss.org/hornetq'
|
||||
md5 'e83f9c87320d1d0fc5d836384110ca7d'
|
||||
url 'http://downloads.jboss.org/hornetq/hornetq-2.2.14.Final.tar.gz'
|
||||
md5 'c204211128051b25689fbb8f844c900e'
|
||||
|
||||
version '2.2.5'
|
||||
version '2.2.14'
|
||||
|
||||
def wrapper_script target
|
||||
<<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue