ROOT 5.34.04

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 Homebrew/homebrew#17287.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jacob Howard 2013-01-24 19:05:22 +01:00 committed by Adam Vandenberg
parent 2f1cf1f97d
commit fa84484c97
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Root < Formula class Root < Formula
homepage 'http://root.cern.ch' homepage 'http://root.cern.ch'
url 'ftp://root.cern.ch/root/root_v5.34.03.source.tar.gz' url 'ftp://root.cern.ch/root/root_v5.34.04.source.tar.gz'
version '5.34.03' version '5.34.04'
sha1 '0e8e5b264ba593cb581f06cdb291124e055ca1f0' sha1 '0ccc5d071da13ebef96518280074fdd9599f7040'
depends_on 'fftw' => :optional depends_on 'fftw' => :optional
depends_on :x11 depends_on :x11