From e8feafd2495354819639985f286ccbbbffa61f3c Mon Sep 17 00:00:00 2001 From: Christian Rigdon Date: Fri, 17 Jan 2014 12:58:47 -0700 Subject: [PATCH] nexus 2.7.1-01 Closes Homebrew/homebrew#25999. Signed-off-by: Mike McQuaid --- Formula/nexus.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/nexus.rb b/Formula/nexus.rb index 8148fb042e0..83ba079697c 100644 --- a/Formula/nexus.rb +++ b/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.7.0-06-bundle.tar.gz' - version '2.7.0-06' - sha1 'da1115bdab16acc0c908d92481f44a623134090d' + url 'http://download.sonatype.com/nexus/oss/nexus-2.7.1-01-bundle.tar.gz' + version '2.7.1-01' + sha1 '2f46fbe6e53c2d62b71f982bc4b59ac912092326' def install rm_f Dir['bin/*.bat']