Skip to content

Commit 08994ae

Browse files
authored
Merge pull request #255725 from curquiza/update-meilisearch.rb-1763993418
meilisearch 1.27.0
2 parents 5eb11ce + 1e8f236 commit 08994ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/meilisearch.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Meilisearch < Formula
22
desc "Ultra relevant, instant and typo-tolerant full-text search API"
33
homepage "https://docs.meilisearch.com/"
4-
url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.26.0.tar.gz"
5-
sha256 "7c2d148a8f52c5cd12b92b7dc2ba2db1238d09cfcdb4fb72a3f4856f5ed1093a"
4+
url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.27.0.tar.gz"
5+
sha256 "a75ce4f64a25d45e8a22383b726f8c417dab387e32c3802526bb63272cc8dbac"
66
license "MIT"
77

88
# There can be a notable gap between when a version is tagged and a
@@ -16,12 +16,12 @@ class Meilisearch < Formula
1616
no_autobump! because: :bumped_by_upstream
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a0ebcc820d0a957ca4d50adea1650e7d860842ba555b5a4c6d1acd80581a4ff1"
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fad4e97c70e039a166f9c1b960ab77c050b45ecdaedb2201f4cd8a765e3c8ea8"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1aaa97c8209413ac826f23e030b2587cef19a2d7e6f169ae5e9c96c4bf866e78"
22-
sha256 cellar: :any_skip_relocation, sonoma: "855ff4898507ae11b5d75b8ad9a5b9f251e053e0008e5570c91a3a5cf996c93b"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "f1d3143710e62ca37b1463f68e8bf0b27ab28d0efba6e6d363b23333c34dbc32"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4629fc4a1e0a4f81913992c0157d056da7eff62b08a057efa9f771a02c1ad946"
19+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "188aef91865226f0480aaccfc77006d354632d0837fcfac21fb4a6af2e9ca8b4"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c65144d602d92b8972536f567cf5092a95c26a2d366fa0a7beb95c9b5e9bed7"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0811155c45e674250df4fa313a070bdd3eaacac79920fb827769d89756f23e1f"
22+
sha256 cellar: :any_skip_relocation, sonoma: "dbeab213ed74bd05c8a1bbf4ab76eeed2f9864806a86588e6e1bbd76ed58b43a"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "3b3932de8f1b5be915cd7bd88cec127ace5bc932316d169ac21ab4e2e0981cb3"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1437c896234901113569c7cd3e73002618040bfece8769fb7fbffcecef82744"
2525
end
2626

2727
depends_on "rust" => :build

0 commit comments

Comments
 (0)