diff options
| author | Brett Koonce | 2012-12-13 18:30:36 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-14 09:26:15 -0800 |
| commit | 171b3294585a22fd7909658b674aea1800eb09c1 (patch) | |
| tree | 5fcfcd91deb8f910b27a09d6d026366e7ef522b3 /Library | |
| parent | 28657516c15281bc78135c77e90db70d5ea29554 (diff) | |
| download | homebrew-171b3294585a22fd7909658b674aea1800eb09c1.tar.bz2 | |
armadillo 3.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/armadillo.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/armadillo.rb b/Library/Formula/armadillo.rb index e24c8f4fe..eeb3752c1 100644 --- a/Library/Formula/armadillo.rb +++ b/Library/Formula/armadillo.rb @@ -2,8 +2,8 @@ require 'formula' class Armadillo < Formula homepage 'http://arma.sourceforge.net/' - url 'http://sourceforge.net/projects/arma/files/armadillo-3.4.4.tar.gz' - sha1 'e293a56695e7447cf5caa395932f1f0d41e13ffc' + url 'http://sourceforge.net/projects/arma/files/armadillo-3.6.0.tar.gz' + sha1 'f2a29c78d3c18a48187ef9fc15011d89b2c5268e' depends_on 'cmake' => :build depends_on 'boost' |
