aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-01-02 22:37:02 -0600
committerAdam Vandenberg2013-01-02 21:00:18 -0800
commitaaad78382a8cef75798ab8fad989e34d4c391a12 (patch)
tree007b30e990b384a65ad3c4f031cbbad8077dce59 /Library/Formula
parent10b5d288cdbebd9058279cb694543527091ec8e3 (diff)
downloadhomebrew-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.rb4
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'