diff options
| author | Christian Rigdon | 2013-12-09 15:51:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-09 19:34:58 -0800 |
| commit | d56ebd103c2d9caa4ca8f24d662b4eab58019373 (patch) | |
| tree | 88702b058540980dfdc611e5e1e053861dd1546f /Library | |
| parent | 03c883c2dbdde287a6387c65fb5f3f39e69f0830 (diff) | |
| download | homebrew-d56ebd103c2d9caa4ca8f24d662b4eab58019373.tar.bz2 | |
nexus 2.7.0-04
Closes #25094.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nexus.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb index 4277548c3..e6103d172 100644 --- a/Library/Formula/nexus.rb +++ b/Library/Formula/nexus.rb @@ -2,9 +2,9 @@ require 'formula' class Nexus < Formula homepage 'http://www.sonatype.org/' - url 'http://download.sonatype.com/nexus/oss/nexus-2.6.3-01-bundle.tar.gz' - version '2.6.3-01' - sha1 '92a5b1fa25b333401da940aea19a49baaf34b56e' + url 'http://download.sonatype.com/nexus/oss/nexus-2.7.0-04-bundle.tar.gz' + version '2.7.0-04' + sha1 'aeff0bf2694c27813c1b27415210baa1abe29e2e' def install rm_f Dir['bin/*.bat'] |
