wildfly-as 9.0.1.Final

Update wildfly-as version to 9.0.1.Final

Closes Homebrew/homebrew#42120.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
kret 2015-07-25 22:05:54 +02:00 committed by Dominyk Tiller
parent 4c6555b03c
commit 8537477534

View file

@ -3,16 +3,17 @@ require 'formula'
class WildflyAs < Formula
desc "Managed application runtime for building applications"
homepage 'http://wildfly.org/'
url 'http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.tar.gz'
sha1 'd78a864386a9bc08812eed9781722e45812a7826'
url 'http://download.jboss.org/wildfly/9.0.1.Final/wildfly-9.0.1.Final.tar.gz'
sha256 '8f570f978dff65a006c1c6cb58c26a3856b19f01dad5b2a3ef9e463c8dee2a54'
def install
rm_f Dir["bin/*.bat"]
rm_f Dir["bin/*.ps1"]
libexec.install Dir['*']
end
def caveats; <<-EOS.undent
The home of WildFly Application Server 8 is:
The home of WildFly Application Server 9 is:
#{opt_libexec}
You may want to add the following to your .bash_profile:
export JBOSS_HOME=#{opt_libexec}