From 85374775345ac4f969e2bf6c3f5261032ab973dc Mon Sep 17 00:00:00 2001 From: kret Date: Sat, 25 Jul 2015 22:05:54 +0200 Subject: [PATCH] wildfly-as 9.0.1.Final Update wildfly-as version to 9.0.1.Final Closes Homebrew/homebrew#42120. Signed-off-by: Dominyk Tiller --- Formula/wildfly-as.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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}