aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nexus.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb
index d0c02ec7e..ac3cbe5c0 100644
--- a/Library/Formula/nexus.rb
+++ b/Library/Formula/nexus.rb
@@ -2,8 +2,9 @@ require 'formula'
class Nexus < Formula
homepage 'http://www.sonatype.org/'
- url 'http://download.sonatype.com/nexus/oss/nexus-2.3.1-bundle.tar.gz'
- sha1 'f064052500223e7af3e3323b6bc9fb7c047ac0e1'
+ url 'http://download.sonatype.com/nexus/oss/nexus-2.5.0-04-bundle.tar.gz'
+ version '2.5.0-04'
+ sha1 'd6f438f25b08346f7590344c4a4175a8e547c7cb'
# Put the sonatype-work directory in the var directory, to persist across version updates
def patches
@@ -12,7 +13,7 @@ class Nexus < Formula
def install
rm_f Dir['bin/*.bat']
- libexec.install Dir["nexus-2.3.1-01/*"]
+ libexec.install Dir["nexus-2.5.0-04/*"]
bin.install_symlink libexec/'bin/nexus'
end
@@ -48,10 +49,10 @@ class Nexus < Formula
end
__END__
-diff --git a/nexus-2.3.1-01/conf/nexus.properties b/nexus-2.3.1/conf/nexus.properties
+diff --git a/nexus-2.5.0-04/conf/nexus.properties b/nexus-2.5.0-04/conf/nexus.properties
index df89251..23b536b 100644
---- a/nexus-2.3.1-01/conf/nexus.properties
-+++ b/nexus-2.3.1-01/conf/nexus.properties
+--- a/nexus-2.5.0-04/conf/nexus.properties
++++ b/nexus-2.5.0-04/conf/nexus.properties
@@ -22,5 +22,5 @@ nexus-webapp=${bundleBasedir}/nexus
nexus-webapp-context-path=/nexus