diff options
| author | Yan Zhou | 2012-06-26 01:21:26 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-29 10:38:19 -0700 |
| commit | 0ba3e5ef055257b2453b476fb00d462065ba93c7 (patch) | |
| tree | e7b997f7b4d75395e5f12189cae3f5ebb7b9671a /Library/Formula | |
| parent | 717f0fe673e015c1be0b0f248c69ad73b4ad6b2c (diff) | |
| download | homebrew-0ba3e5ef055257b2453b476fb00d462065ba93c7.tar.bz2 | |
Eigen 3.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/eigen.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/eigen.rb b/Library/Formula/eigen.rb index 882cbfa7a..23a98a3ff 100644 --- a/Library/Formula/eigen.rb +++ b/Library/Formula/eigen.rb @@ -2,8 +2,8 @@ require 'formula' class Eigen < Formula homepage 'http://eigen.tuxfamily.org/' - url 'http://bitbucket.org/eigen/eigen/get/3.0.5.tar.bz2' - md5 '43070952464a5bf21694e082e7fb8fce' + url 'http://bitbucket.org/eigen/eigen/get/3.1.0.tar.bz2' + sha1 '6afc46e7d44e85622024341500c3464e0e04beb4' depends_on 'cmake' => :build |
