diff options
Diffstat (limited to 'Library/Formula')
| -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 cf05c43cb..792e50a59 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.04.source.tar.gz' - version '5.34.04' - sha1 '0ccc5d071da13ebef96518280074fdd9599f7040' + url 'ftp://root.cern.ch/root/root_v5.34.05.source.tar.gz' + version '5.34.05' + sha1 'fbe19bb0fc7559cbd69c34c4ab2c4bfb150bac13' depends_on 'fftw' => :optional depends_on :x11 |
