Skip to content

Commit d707cdd

Browse files
authored
Merge pull request #233193 from curquiza/update-meilisearch.rb-1754993889
meilisearch 1.17.0
2 parents ba36b86 + 30009a8 commit d707cdd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/meilisearch.rb

Lines changed: 9 additions & 9 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.16.0.tar.gz"
5-
sha256 "d923cf18558c694ba4db1eeaaa3ba0b7ec86f85573e7ce1efea45627c60bba93"
4+
url "https://github.com/meilisearch/meilisearch/archive/refs/tags/v1.17.0.tar.gz"
5+
sha256 "2ac9195237f2628f12c954f68b796855d18e3cc1e1c4ab77139fc1517c5d3a30"
66
license "MIT"
77

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

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4795dbf9e5a6d08d59bd76d4c54847af12ee1b99ffafbbfc68a7af090d7108f2"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c85d14756edf10b567936e655cdbfb9ac3a48778ff9eec52550008eebd493c7"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3986fa07c708584151e338209a33b6822f4c478986e333058e03e0d0c727f2a4"
20-
sha256 cellar: :any_skip_relocation, sonoma: "abacd5d25c3f54d02ef87c74d4eff9ab7b59269cb82906d8ba5a1e51078c5999"
21-
sha256 cellar: :any_skip_relocation, ventura: "ba941cb80caf0557db2dd4916d672e25011a7f8c49af459efab3db5264380eed"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "4b8c0487bb20656da9a08166a3846798e704fa40d029e128de55c6548c5e53ea"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "947d9f549fd0e0d65e87a17f4edf3306cd88a26207631d0ab5054ad8e02cad30"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "048bdae97e13dc87610104b53a192cc415d24020076dddfbe1e4e91fecf0f0a3"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "206eaed2f059dcce5944d412e9b5a5a6ab4f45685668ac3ae3db2123c9790dc4"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "861e3b592d7cc415cbc31a1436a0b4d1a1cbed7458bd32c734162d2877e76ebd"
20+
sha256 cellar: :any_skip_relocation, sonoma: "c3345a71ebb177f9eb89ac86b9093a4a83c6170e2445a903436ac3de72a619f1"
21+
sha256 cellar: :any_skip_relocation, ventura: "166eebcb0f79cc852171148bcb6512055dfad06881c40f5acf6e8cb5f48722bf"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "2d5ab94d877d09aa1b2bdbac0612593eae47fbb8ca1cfb340ead2d626bafed7e"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e92a7fa73656ba8546265a2688a6ade006293a193888fe7a8c42edc711be616"
2424
end
2525

2626
depends_on "rust" => :build

0 commit comments

Comments
 (0)