nexus 2.6.3-01

Closes Homebrew/homebrew#22864.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Christian Rigdon 2013-09-26 14:53:25 -06:00 committed by Adam Vandenberg
parent cf664cbfb5
commit 84df192969

View file

@ -2,9 +2,9 @@ require 'formula'
class Nexus < Formula
homepage 'http://www.sonatype.org/'
url 'http://download.sonatype.com/nexus/oss/nexus-2.6.2-01-bundle.tar.gz'
version '2.6.2-01'
sha1 '046c4b9ed27e4d05eec1be80b676f4ee25ba352a'
url 'http://download.sonatype.com/nexus/oss/nexus-2.6.3-01-bundle.tar.gz'
version '2.6.3-01'
sha1 '92a5b1fa25b333401da940aea19a49baaf34b56e'
def install
rm_f Dir['bin/*.bat']