diff options
| author | Luca | 2012-11-07 00:33:20 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-06 23:28:38 -0800 |
| commit | c8acf2dfd1e641dd0e1b10d6e6b894d555c279b9 (patch) | |
| tree | 444f479227e25c3bc90a15256c536ef2296c1013 /Library | |
| parent | 592cddb61b2bbc4f87fbc031af4300a56e1fc984 (diff) | |
| download | homebrew-c8acf2dfd1e641dd0e1b10d6e6b894d555c279b9.tar.bz2 | |
libsvm 3.13
Closes #15893.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsvm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libsvm.rb b/Library/Formula/libsvm.rb index 31497139a..526cb17d8 100644 --- a/Library/Formula/libsvm.rb +++ b/Library/Formula/libsvm.rb @@ -2,8 +2,8 @@ require 'formula' class Libsvm < Formula homepage 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/' - url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.12.tar.gz' - sha1 '6ee77eb3d89af07fe48058dba0dcc24c85020b85' + url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.13.tar.gz' + sha1 '7bcd2bb52d807e81556553de3490d56a960189a4' def install system "make", "CFLAGS=#{ENV.cflags}" |
