nexus 2.7.0-05

Closes Homebrew/homebrew#25296.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Edward Samson 2013-12-18 09:21:50 +08:00 committed by Adam Vandenberg
parent 0d3cba0905
commit 2915a0cc14
1 changed files with 3 additions and 3 deletions

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.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']