Armadillo 3.4.1
Closes Homebrew/homebrew#15035. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1b46be07d8
commit
1c71cfcc57
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Armadillo < Formula
|
||||
homepage 'http://arma.sourceforge.net/'
|
||||
url 'http://sourceforge.net/projects/arma/files/armadillo-3.4.0.tar.gz'
|
||||
sha1 'e7fdb6518172aabaa28c84412b52db7d86ef37a5'
|
||||
url 'http://sourceforge.net/projects/arma/files/armadillo-3.4.1.tar.gz'
|
||||
sha1 '16f11ee6e7a545581ab239e7f826e14d7d1c2e3a'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'boost'
|
||||
|
|
Loading…
Reference in a new issue