nexus 2.6.3-01
Closes Homebrew/homebrew#22864. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cf664cbfb5
commit
84df192969
1 changed files with 3 additions and 3 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue