Skip to content

Commit

Permalink
vowpal-wabbit 8.11.0
Browse files Browse the repository at this point in the history
Also remove `rm new_version`, since it was removed in
VowpalWabbit/vowpal_wabbit#2932.
  • Loading branch information
olgavrou authored and nandahkrishna committed Jul 14, 2021
1 parent 55f0a24 commit e9ff6eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/vowpal-wabbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class VowpalWabbit < Formula
homepage "https://github.com/VowpalWabbit/vowpal_wabbit"
# pull from git tag to get submodules
url "https://github.com/VowpalWabbit/vowpal_wabbit.git",
tag: "8.10.2",
revision: "32cd2f33a7097bd57f5562faec5809a17723bdba"
tag: "8.11.0",
revision: "96ed8316de4391b77f4f29af69f885552a644769"
license "BSD-3-Clause"
head "https://github.com/VowpalWabbit/vowpal_wabbit.git"

Expand Down Expand Up @@ -39,7 +39,6 @@ def install
end
bin.install Dir["utl/*"]
rm bin/"active_interactor.py"
rm bin/"new_version"
rm bin/"vw-validate.html"
rm bin/"clang-format"
rm_r bin/"flatbuffer"
Expand Down

0 comments on commit e9ff6eb

Please sign in to comment.