fasttext: add 0.2.0 bottle.
This commit is contained in:
parent
4e0102c80e
commit
31cafba607
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Fasttext < Formula
|
|||
sha256 "71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c"
|
||||
head "https://github.com/facebookresearch/fastText.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "ebe964b6cd19c3a6c742e77ca7c3ceee7bf7d5bd509d8fc6e57d2ed90a345771" => :mojave
|
||||
sha256 "ff2e7e838e290b4f18140cb60e0420561938229bf393ac6b1e6572560e31cb7e" => :high_sierra
|
||||
sha256 "a2c9b33eec2908d205e13c13dd68dea64ada417d41984080e9bd74e949f53985" => :sierra
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue