aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSebastian Ròˆder2014-05-03 20:14:00 +0200
committerAdam Vandenberg2014-05-03 13:02:14 -0700
commit616bb1c15e0bbe182c6fb9a3973970d4ea47ed7a (patch)
treed32cd1d33665925b65f405657d1c4cca468dcd89 /Library
parent26bae4953137981f5f01e7e52a99c394b70843d0 (diff)
downloadhomebrew-616bb1c15e0bbe182c6fb9a3973970d4ea47ed7a.tar.bz2
jboss-forge 2.5.0
Closes #28937. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jboss-forge.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/jboss-forge.rb b/Library/Formula/jboss-forge.rb
index 08f5aac6e..7952d8280 100644
--- a/Library/Formula/jboss-forge.rb
+++ b/Library/Formula/jboss-forge.rb
@@ -2,13 +2,13 @@ require 'formula'
class JbossForge < Formula
homepage 'http://forge.jboss.org/'
- url 'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=1.4.4.Final&e=zip'
- version '1.4.4.Final'
- sha1 '7c5218f9ed9c2e4986ee450f3c958d78dc3c09fd'
+ url 'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=2.5.0.Final&e=zip&c=offline'
+ version '2.5.0.Final'
+ sha1 '035089fff2c7230bea440043598a84cce57933ae'
def install
rm_f Dir["bin/*.bat"]
- libexec.install %w{ bin modules jboss-modules.jar }
+ libexec.install %w{ addons bin img lib logging.properties }
bin.install_symlink libexec/'bin/forge'
end
end