aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIan Van Ness2012-04-13 13:07:44 -0700
committerJack Nagel2012-04-13 20:38:10 -0500
commit32b5d133a32bd232cfef857b090d0a502e0eae48 (patch)
tree2f2faa709415b20037cb4888c1b8b39284f6dd5b /Library
parent477dc44ca0581e15e52b2d476997853b5952d05e (diff)
downloadhomebrew-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.rb4
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'