diff options
| author | Andrew Holland | 2015-03-11 21:18:18 +0000 |
|---|---|---|
| committer | Brett Koonce | 2015-03-11 23:51:33 -0700 |
| commit | a8f387cea789cc6e5d71b9f07e6059ba917f2161 (patch) | |
| tree | 12508b7e0c25dbb8b9f35c090a0127339a334c34 /Library | |
| parent | 7311feec39ca9067dc4ef687749bfcaf3245b0cd (diff) | |
| download | homebrew-a8f387cea789cc6e5d71b9f07e6059ba917f2161.tar.bz2 | |
nexus 2.11.2-04
Closes #37604.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nexus.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb index d9573afd6..0ce73a2a0 100644 --- a/Library/Formula/nexus.rb +++ b/Library/Formula/nexus.rb @@ -1,8 +1,8 @@ class Nexus < Formula homepage "http://www.sonatype.org/" - version "2.11.2-03" - url "https://download.sonatype.com/nexus/oss/nexus-2.11.2-03-bundle.tar.gz" - sha1 "d64fe117b1eb344ac0020819d31bdcc6d4ede123" + version "2.11.2-04" + url "https://download.sonatype.com/nexus/oss/nexus-2.11.2-04-bundle.tar.gz" + sha256 "8c62164a80728dc279a642c1ee07412b4e994889a1beb2c14cb43ca7418747f6" def install rm_f Dir["bin/*.bat"] |
