armadillo 3.4.0

Closes Homebrew/homebrew#14971.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Yan Zhou 2012-09-16 21:42:37 +02:00 committed by Adam Vandenberg
parent 44b7e5b3fe
commit 094866ccd4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Armadillo < Formula
homepage 'http://arma.sourceforge.net/'
url 'http://sourceforge.net/projects/arma/files/armadillo-3.2.2.tar.gz'
sha1 '3b251765af0edf4fd940cd153da0952152b09a70'
url 'http://sourceforge.net/projects/arma/files/armadillo-3.4.0.tar.gz'
sha1 'e7fdb6518172aabaa28c84412b52db7d86ef37a5'
depends_on 'cmake' => :build
depends_on 'boost'