diff options
| author | Brett Koonce | 2013-12-18 23:55:12 -0600 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-19 16:35:45 +0000 | 
| commit | 641ad7f99148a7526762f9a1d47e83952d9b3f69 (patch) | |
| tree | 2c293a927ba87cbb246f8eb4aac8c7ae8e4e0178 /Library/Formula/xrootd.rb | |
| parent | a153e3b4c3e6a9fb28314dcec3c8a09eadae017e (diff) | |
| download | homebrew-641ad7f99148a7526762f9a1d47e83952d9b3f69.tar.bz2 | |
xrootd 3.3.5
Closes #25326.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/xrootd.rb')
| -rw-r--r-- | Library/Formula/xrootd.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/xrootd.rb b/Library/Formula/xrootd.rb index d14655dc3..b624d44b9 100644 --- a/Library/Formula/xrootd.rb +++ b/Library/Formula/xrootd.rb @@ -1,9 +1,9 @@  require 'formula'  class Xrootd < Formula -  homepage 'http://xrootd.slac.stanford.edu/index.html' -  url 'http://xrootd.slac.stanford.edu/download/v3.3.4/xrootd-3.3.4.tar.gz' -  sha1 '9992c80b77cababf6fe1ee8535c930d082f501b4' +  homepage 'http://xrootd.org' +  url 'http://xrootd.org/download/v3.3.5/xrootd-3.3.5.tar.gz' +  sha1 '103be7641ef0e7a3a4f6686641a8dc207eb4cf7f'    depends_on 'cmake' => :build @@ -16,6 +16,6 @@ class Xrootd < Formula    end    def test -    system "#{bin}/xrootd" +    system "#{bin}/xrootd", "-H"    end  end  | 
