diff options
| author | Alex Burka | 2013-09-05 15:54:13 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-10 07:34:32 -0700 |
| commit | d2caa2f23e5af9595dd33694e6a0b503853466ea (patch) | |
| tree | 442b61e5194ff33205f6693aaa8959b93604d98a /Library/Formula/root.rb | |
| parent | cba0eb9ff14f40d24b7204c11a0332c8178acd51 (diff) | |
| download | homebrew-d2caa2f23e5af9595dd33694e6a0b503853466ea.tar.bz2 | |
root 5.34.10
Closes #22346.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/root.rb')
| -rw-r--r-- | Library/Formula/root.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb index 802abe6cb..4f33f2faa 100644 --- a/Library/Formula/root.rb +++ b/Library/Formula/root.rb @@ -2,9 +2,9 @@ require 'formula' class Root < Formula homepage 'http://root.cern.ch' - url 'ftp://root.cern.ch/root/root_v5.34.09.source.tar.gz' - version '5.34.09' - sha1 '2c8a0bb4363bd6b0f9767d6b6bf5a6ea8785b74b' + url 'ftp://root.cern.ch/root/root_v5.34.10.source.tar.gz' + version '5.34.10' + sha1 '2dc0af12e531c4f2314a9fbd7dd4f5fee924d71c' depends_on 'xrootd' => :recommended depends_on 'fftw' => :optional |
