diff options
| author | Brett Koonce | 2012-11-30 22:30:51 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-30 20:39:55 -0800 |
| commit | 7f17d655657e5c04931821684456a3d9bbc997e7 (patch) | |
| tree | 9d3798ef8c95a6354b49d5bf175d23b8d2cac283 | |
| parent | 1e7b0825a8de473d5b00a67fb6fc7838eaa687cf (diff) | |
| download | homebrew-7f17d655657e5c04931821684456a3d9bbc997e7.tar.bz2 | |
clhep 2.1.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/clhep.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clhep.rb b/Library/Formula/clhep.rb index 289843529..8ba5c6894 100644 --- a/Library/Formula/clhep.rb +++ b/Library/Formula/clhep.rb @@ -2,8 +2,8 @@ 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.1.2.5.tgz' - sha1 '6d7b6b260688bdf516ce414dbd74473e8aa98865' + url 'http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.1.3.1.tgz' + sha1 '3ef0b7410d71ca25bb2f5b5ba6d928a338e30e6e' depends_on 'cmake' => :build |
