From 40eb7837dd8ca5aab181652bf7ef3c1228e67a32 Mon Sep 17 00:00:00 2001 From: Jacob Howard Date: Thu, 21 Feb 2013 09:45:00 +0100 Subject: ROOT 5.34.05 This commit updates the formula to install the ROOT data analysis framework developed by CERN. ROOT is widely used in the particle physics community, both inside and outside of CERN. Closes #17988. Signed-off-by: Adam Vandenberg --- Library/Formula/root.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3