diff options
| author | George Gastaldi | 2015-03-19 17:06:42 -0300 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-19 23:13:30 -0700 |
| commit | 797c7625222eeb6fe08032e1af82ef23ca7ef7e7 (patch) | |
| tree | 9bd0f7696e5347561a9130b34d8bc485d90ffbc9 | |
| parent | c570a2b61924b4a2bffff8c63f584dc50c231248 (diff) | |
| download | homebrew-797c7625222eeb6fe08032e1af82ef23ca7ef7e7.tar.bz2 | |
jboss-forge 2.15.2.Final
Closes #37891.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/jboss-forge.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jboss-forge.rb b/Library/Formula/jboss-forge.rb index e3b0b53b6..535a3063e 100644 --- a/Library/Formula/jboss-forge.rb +++ b/Library/Formula/jboss-forge.rb @@ -2,9 +2,9 @@ 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=2.15.1.Final&e=zip&c=offline' - version '2.15.1.Final' - sha1 '91fd0c0aa231444f1bf58e424346f70d42ac9dee' + url 'https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=2.15.2.Final&e=zip&c=offline' + version '2.15.2.Final' + sha1 'f0931c94a47274985eb801523c69556aa999a135' def install rm_f Dir["bin/*.bat"] |
