diff options
| author | Kashif Rasul | 2014-04-24 17:13:12 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-24 11:33:26 -0500 | 
| commit | 30fea9c42e4381ffdd7772976e0a6135ef893ee9 (patch) | |
| tree | b81cf722c898c1b04117d760d8bb1cd332a528f2 | |
| parent | 8d85278d2c8582b7dba4a82aa43f0b0c4f9ecf34 (diff) | |
| download | homebrew-30fea9c42e4381ffdd7772976e0a6135ef893ee9.tar.bz2 | |
vowpal wabbit 7.6
Closes #28674.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/vowpal-wabbit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/vowpal-wabbit.rb b/Library/Formula/vowpal-wabbit.rb index fdf0ce5ae..4d7c5efd5 100644 --- a/Library/Formula/vowpal-wabbit.rb +++ b/Library/Formula/vowpal-wabbit.rb @@ -2,8 +2,8 @@ require 'formula'  class VowpalWabbit < Formula    homepage 'https://github.com/JohnLangford/vowpal_wabbit' -  url 'https://github.com/JohnLangford/vowpal_wabbit/archive/7.5.tar.gz' -  sha1 '2f7602a54df2e6aa2d8a54baaaceb47098a74dce' +  url 'https://github.com/JohnLangford/vowpal_wabbit/archive/7.6.tar.gz' +  sha1 '854f6e54568f6c2e849d43b0f6cd1cc286ec965d'    head do      url 'https://github.com/JohnLangford/vowpal_wabbit.git' | 
