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 45eb84761..e24c8f4fe 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.3.tar.gz' - sha1 'a89adc51fa01640bfe463d9120cae57b2c073f8e' + url 'http://sourceforge.net/projects/arma/files/armadillo-3.4.4.tar.gz' + sha1 'e293a56695e7447cf5caa395932f1f0d41e13ffc' depends_on 'cmake' => :build depends_on 'boost' |
