diff options
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 a3d9bef2f..cbe6b0655 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.2.0.tar.gz' - sha1 '19f9207c762f7aa1cb8ddfac2223590b566e8f2c' + url 'http://sourceforge.net/projects/arma/files/armadillo-3.2.1.tar.gz' + sha1 'd331fd1707ea51be19624a251780d26dc9b29227' depends_on 'cmake' => :build depends_on 'boost' |
