aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-10-19 18:33:31 -0500
committerAdam Vandenberg2013-10-20 09:40:40 -0700
commit69c7294dd91a9c80a1df418f80f11143379543d4 (patch)
treea2659bd132ce3685389a69c63bf403fe7f03ce03 /Library/Formula
parent6a44291de523c37025a42aea62cac15457fe6cbb (diff)
downloadhomebrew-69c7294dd91a9c80a1df418f80f11143379543d4.tar.bz2
xrootd 3.3.4
Closes #23384. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xrootd.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/xrootd.rb b/Library/Formula/xrootd.rb
index 13c7f8872..d14655dc3 100644
--- a/Library/Formula/xrootd.rb
+++ b/Library/Formula/xrootd.rb
@@ -2,8 +2,8 @@ require 'formula'
class Xrootd < Formula
homepage 'http://xrootd.slac.stanford.edu/index.html'
- url 'http://xrootd.slac.stanford.edu/download/v3.3.3/xrootd-3.3.3.tar.gz'
- sha1 '087905489dda62536755a765b9296f0c7f37c149'
+ url 'http://xrootd.slac.stanford.edu/download/v3.3.4/xrootd-3.3.4.tar.gz'
+ sha1 '9992c80b77cababf6fe1ee8535c930d082f501b4'
depends_on 'cmake' => :build
@@ -12,7 +12,7 @@ class Xrootd < Formula
system "cmake", "..", *std_cmake_args
system "make install"
end
- share.install prefix/"man" # Put man pages in correct place
+ share.install prefix/'man'
end
def test