aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Samson2014-10-07 09:17:37 +0800
committerAdam Vandenberg2014-10-06 18:35:31 -0700
commit9df3b7801ab6c8a2c0635a58768bda67643a2ef1 (patch)
treeebdc7803dd15475355a1c71d13e99e72edc1a1d5
parent4401a89981a5f03cc28c52ac1d4439e5547235e2 (diff)
downloadhomebrew-9df3b7801ab6c8a2c0635a58768bda67643a2ef1.tar.bz2
nexus 2.10.0-02
Closes #32983. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/nexus.rb6
1 files changed, 3 insertions, 3 deletions
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']