diff options
| author | Brett Koonce | 2013-01-02 22:37:02 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-02 21:00:18 -0800 |
| commit | aaad78382a8cef75798ab8fad989e34d4c391a12 (patch) | |
| tree | 007b30e990b384a65ad3c4f031cbbad8077dce59 /Library/Formula | |
| parent | 10b5d288cdbebd9058279cb694543527091ec8e3 (diff) | |
| download | homebrew-aaad78382a8cef75798ab8fad989e34d4c391a12.tar.bz2 | |
armadillo 3.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 eeb3752c1..e808fccd6 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.6.0.tar.gz' - sha1 'f2a29c78d3c18a48187ef9fc15011d89b2c5268e' + url 'http://sourceforge.net/projects/arma/files/armadillo-3.6.1.tar.gz' + sha1 'c3b34f2c240ca1da6e9e3728dc1ebd2d197a2071' depends_on 'cmake' => :build depends_on 'boost' |
