diff options
| -rw-r--r-- | Library/Formula/clhep.rb | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/Library/Formula/clhep.rb b/Library/Formula/clhep.rb index 880b445c7..6da24ba83 100644 --- a/Library/Formula/clhep.rb +++ b/Library/Formula/clhep.rb @@ -1,9 +1,7 @@ -require "formula" -  class Clhep < Formula    homepage "http://proj-clhep.web.cern.ch/proj-clhep/" -  url "http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.3.tgz" -  sha1 "6e56f80c2db3c4f8828dec27815beae6655c8d9e" +  url "http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.4.tgz" +  sha1 "60a291b940fdc78bea4aaeaffc147cc25a42cfef"    bottle do      cellar :any @@ -17,7 +15,7 @@ class Clhep < Formula    def install      mkdir "clhep-build" do        system "cmake", "../CLHEP", *std_cmake_args -      system "make install" +      system "make", "install"      end    end  end | 
