aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Samson2013-12-18 09:21:50 +0800
committerAdam Vandenberg2013-12-17 18:52:22 -0800
commit678b124cf7699d5ff7f3e60b83191aa8bdcc1392 (patch)
treefccee8e1bda913fb32480878b4c4b38079ebf946
parentb3d1c1769c604ecc0f649d6b4ef93f3e959f7249 (diff)
downloadhomebrew-678b124cf7699d5ff7f3e60b83191aa8bdcc1392.tar.bz2
nexus 2.7.0-05
Closes #25296. 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 e6103d172..fbae3830f 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.7.0-04-bundle.tar.gz'
- version '2.7.0-04'
- sha1 'aeff0bf2694c27813c1b27415210baa1abe29e2e'
+ url 'http://download.sonatype.com/nexus/oss/nexus-2.7.0-05-bundle.tar.gz'
+ version '2.7.0-05'
+ sha1 '9a1e284f56228a1eae1ba2a6102e29ef0b4be80e'
def install
rm_f Dir['bin/*.bat']