diff options
| author | Ian Van Ness | 2012-04-13 13:07:44 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-04-13 20:38:10 -0500 |
| commit | 32b5d133a32bd232cfef857b090d0a502e0eae48 (patch) | |
| tree | 2f2faa709415b20037cb4888c1b8b39284f6dd5b /Library | |
| parent | 477dc44ca0581e15e52b2d476997853b5952d05e (diff) | |
| download | homebrew-32b5d133a32bd232cfef857b090d0a502e0eae48.tar.bz2 | |
libsvm 3.12
Closes #11628.
Signed-off-by: Jack Nagel <jacknagel@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 b4b6d4f78..a95647a51 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.11.tar.gz' - md5 '44d2a3a611280ecd0d66aafe0d52233e' + url 'http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.12.tar.gz' + md5 'a1b1083fe69a4ac695da753f4c83ed42' def install inreplace 'Makefile', '-soname', '-install_name' |
