aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vowpal-wabbit.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/vowpal-wabbit.rb b/Library/Formula/vowpal-wabbit.rb
index 7b070cca2..c29cc2eeb 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/v7.2.tar.gz'
- sha1 'cff4ea03ec31c0849307696cfdefcb6e294deec9'
+ url 'https://github.com/JohnLangford/vowpal_wabbit/archive/v7.3.tar.gz'
+ sha1 'aa33edcfa8264bdb45c0770b8784cb7ddcdc80e1'
head do
url 'https://github.com/JohnLangford/vowpal_wabbit.git'
@@ -17,7 +17,6 @@ class VowpalWabbit < Formula
def install
if build.head?
inreplace 'autogen.sh' do |s|
- s.gsub! 'libtoolize', 'glibtoolize'
s.gsub! '/usr/share/aclocal', "#{HOMEBREW_PREFIX}/share/aclocal"
end
system "./autogen.sh"