From d56ebd103c2d9caa4ca8f24d662b4eab58019373 Mon Sep 17 00:00:00 2001 From: Christian Rigdon Date: Mon, 9 Dec 2013 15:51:35 -0700 Subject: nexus 2.7.0-04 Closes #25094. Signed-off-by: Adam Vandenberg --- Library/Formula/nexus.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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'] -- cgit v1.2.3