Skip to content

Commit c9d1b15

Browse files
authored
Merge pull request #203689 from curquiza/update-meilisearch.rb-1736411206
meilisearch 1.12.2
2 parents 788c693 + 507c2e2 commit c9d1b15

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.12.1.tar.gz"
5-
sha256 "2784ea3042f8e044c6fd3f1f6c02aee8ea284e68d904e439b82406f2ee4c29ae"
4+
url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.12.2.tar.gz"
5+
sha256 "32d7d95aa5afda051eb3ee3d909445ce8c1936b9eb665eb050fc2685e4537bac"
66
license "MIT"
77

88
# There can be a notable gap between when a version is tagged and a
@@ -14,12 +14,12 @@ class Meilisearch < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73c792e2bf7f495e14f846801b71878dd9040615e65657dbd929c9547d638aa4"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd92a08449cf9dc565d02beed6aa9383989e48422242b4731e12c18699d069e9"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed9d73befcca7dda9ec0b1e3fc82150b8617f96d8f599268f4592a9b163edad9"
20-
sha256 cellar: :any_skip_relocation, sonoma: "54462317acc0a2324b01e148cd95ca96e9bbec6e08b1efcc101e87eadddbedd5"
21-
sha256 cellar: :any_skip_relocation, ventura: "52d970011a0e9249982d6ee67312cdc9e29753b8fb45ca81a0d92302454779a1"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a75d18f14aa1692b0508f39601ceed6a4bde7d05235a3fd3064db6b0aecc09e8"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "16edb385dc72e704785a6755f55eedbc13247f277d0f0c67aecbbcdbced7d9e7"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b626ac204869dab95dfc0f9f8af683247eb7cce2359d3c5429e880398279e84"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "00086f521ae7d51535e5a32e61a1592919e467bd75fe22ca9598106a18900bdf"
20+
sha256 cellar: :any_skip_relocation, sonoma: "3492843c09b3fe95755218a262adbb6680db9a8b3abea8706fa0feecda55a1d2"
21+
sha256 cellar: :any_skip_relocation, ventura: "7ebaffc5c75e414759a067d05e24ad780b2345a16e4c1174dbf7352f3c0e0ab9"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aceca20a0dd932a120344feb2fb6e762ee3cdb9889f34c6b3a8af1de66f03743"
2323
end
2424

2525
depends_on "rust" => :build

0 commit comments

Comments
 (0)