From 9df3b7801ab6c8a2c0635a58768bda67643a2ef1 Mon Sep 17 00:00:00 2001 From: Edward Samson Date: Tue, 7 Oct 2014 09:17:37 +0800 Subject: nexus 2.10.0-02 Closes #32983. Signed-off-by: Adam Vandenberg --- Library/Formula/nexus.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb index 9137d35c0..acd9048fe 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.9.2-01-bundle.tar.gz' - version '2.9.2-01' - sha1 'df2082d6099c2345d448c0ccfcdb5d4dd5a2175e' + url 'http://download.sonatype.com/nexus/oss/nexus-2.10.0-02-bundle.tar.gz' + version '2.10.0-02' + sha1 'fb058fc57633c2ade52b093f32decaf33462ca78' def install rm_f Dir['bin/*.bat'] -- cgit v1.2.3