From 121c6b246b1c2cb25ba9f9bda744e71b39dc7616 Mon Sep 17 00:00:00 2001 From: Edward Samson Date: Thu, 25 Sep 2014 07:54:31 +0800 Subject: [PATCH] nexus 2.9.1-02 Closes Homebrew/homebrew#32618. 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 de6ebaba76..c7bf184f70 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.9.0-04-bundle.tar.gz' - version '2.9.0-04' - sha1 'a46f60f015fdf3f699771962fbb468cdb5d39dcf' + url 'http://download.sonatype.com/nexus/oss/nexus-2.9.1-02-bundle.tar.gz' + version '2.9.1-02' + sha1 '1635c58922134cfd3a0361fcb7e2d1346162445e' def install rm_f Dir['bin/*.bat']