aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2013-05-23 22:25:25 -0500
committerAdam Vandenberg2013-05-24 06:52:25 -0700
commitd3caca568abadeb367b9ba77f2f99b9ad6865adc (patch)
tree126b743a3e02d6c2ff2c72ff2b2d04615997f081
parent1ce6f166b0b11a7f2f9318527fdd4c3e987b330f (diff)
downloadhomebrew-d3caca568abadeb367b9ba77f2f99b9ad6865adc.tar.bz2
xrootd 3.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/xrootd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xrootd.rb b/Library/Formula/xrootd.rb
index 8b17494eb..4ab819df8 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.1/xrootd-3.3.1.tar.gz'
- sha1 'ffea6e798f0e9dccf79854736483c914393bd754'
+ url 'http://xrootd.slac.stanford.edu/download/v3.3.2/xrootd-3.3.2.tar.gz'
+ sha1 '353e7328d0d3cc7307e68a92e4778286af54284a'
depends_on 'cmake' => :build