diff --git a/Formula/wildfly-as.rb b/Formula/wildfly-as.rb index d12ab7ddd4..e679688a07 100644 --- a/Formula/wildfly-as.rb +++ b/Formula/wildfly-as.rb @@ -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}