aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEdward Samson2013-09-06 10:57:30 +0800
committerMike McQuaid2013-09-07 12:18:14 +0100
commit18cbdbab320e9bdc4573f80ca70c4a8f123da3aa (patch)
tree833962fee29481eb3b2b6c94d169227c0c83be08 /Library/Formula
parent4b942b7ad8a3e08f689517e333b8dfd6c2b1a987 (diff)
downloadhomebrew-18cbdbab320e9bdc4573f80ca70c4a8f123da3aa.tar.bz2
nexus 2.6.2-01
Closes #22369. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nexus.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb
index cef9edcf5..ee088f340 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.5.0-04-bundle.tar.gz'
- version '2.5.0-04'
- sha1 'd6f438f25b08346f7590344c4a4175a8e547c7cb'
+ url 'http://download.sonatype.com/nexus/oss/nexus-2.6.2-01-bundle.tar.gz'
+ version '2.6.2-01'
+ sha1 '046c4b9ed27e4d05eec1be80b676f4ee25ba352a'
# Put the sonatype-work directory in the var directory, to persist across version updates
def patches
@@ -13,7 +13,7 @@ class Nexus < Formula
def install
rm_f Dir['bin/*.bat']
- libexec.install Dir["nexus-2.5.0-04/*"]
+ libexec.install Dir["nexus-2.6.2-01/*"]
bin.install_symlink libexec/'bin/nexus'
end
@@ -49,10 +49,10 @@ class Nexus < Formula
end
__END__
-diff --git a/nexus-2.5.0-04/conf/nexus.properties b/nexus-2.5.0-04/conf/nexus.properties
+diff --git a/nexus-2.6.2-01/conf/nexus.properties b/nexus-2.6.2-01/conf/nexus.properties
index df89251..23b536b 100644
---- a/nexus-2.5.0-04/conf/nexus.properties
-+++ b/nexus-2.5.0-04/conf/nexus.properties
+--- a/nexus-2.6.2-01/conf/nexus.properties
++++ b/nexus-2.6.2-01/conf/nexus.properties
@@ -22,5 +22,5 @@ nexus-webapp=${bundleBasedir}/nexus
nexus-webapp-context-path=/nexus