aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMario Mueller2014-04-21 08:30:40 +0200
committerAdam Vandenberg2014-04-21 19:21:58 -0700
commitd0db386fff786c3f9466cabdaeea456d1beb8582 (patch)
tree0b3e883007692de102ffda3879872fb3477b6537 /Library
parent30690dde1102f384ce60e5a42b2b43dd8fe81e57 (diff)
downloadhomebrew-d0db386fff786c3f9466cabdaeea456d1beb8582.tar.bz2
wildfly devel 8.1.0.CR1
Closes #28566. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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