eigen: Update to 3.1.2
Closes Homebrew/homebrew#15948. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
c8fdbf6735
commit
37449e535a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Eigen < Formula
|
||||
homepage 'http://eigen.tuxfamily.org/'
|
||||
url 'http://bitbucket.org/eigen/eigen/get/3.1.1.tar.bz2'
|
||||
sha1 '9530601b340bdf679d56bd0de63927cab0c5fb82'
|
||||
url 'http://bitbucket.org/eigen/eigen/get/3.1.2.tar.bz2'
|
||||
sha1 'b788877a4d4b1685ee2a5d738a65b04b6a21ff3d'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue