meilisearch: add 0.8.4 bottle.
This commit is contained in:
parent
e7252f1be3
commit
02d7525788
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Meilisearch < Formula
|
|||
url "https://github.com/meilisearch/MeiliSearch/archive/v0.8.4.tar.gz"
|
||||
sha256 "a45e128248bc911e9c4358b44e8afc0e29bbb8dd7b79fd9384c11b8a215256e6"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "4c0cf2771d4f20ac3d1e48e92c5d5e8e2ef9306b0d3689b45e87c2db064dfddd" => :catalina
|
||||
sha256 "dc832f214ea74897de8b6713bc6fa0e037209af0823770f3c6a7e5206c3394a4" => :mojave
|
||||
sha256 "f1e152cd4e0856051e2227ae869ff37b11181f645b5c544ffce00c035d8ce252" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue