aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wildfly-as.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/wildfly-as.rb b/Library/Formula/wildfly-as.rb
index 1512dc93b..2d3112c6d 100644
--- a/Library/Formula/wildfly-as.rb
+++ b/Library/Formula/wildfly-as.rb
@@ -23,4 +23,9 @@ class WildflyAs < Formula
system "#{opt_libexec}/bin/standalone.sh --version | grep #{version}"
end
+ devel do
+ url 'http://download.jboss.org/wildfly/8.1.0.CR1/wildfly-8.1.0.CR1.tar.gz'
+ sha1 '66cc7a470382e12ae6baee1c7011c44253bf84fe'
+ end
+
end