Skip to content

Commit

Permalink
ventura m1 bottles for manticore-extra manticoresearch and update of …
Browse files Browse the repository at this point in the history
…the dependencies
  • Loading branch information
sanikolaev committed Feb 7, 2023
1 parent ad5d25b commit 278fb69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Formula/manticore-extra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ class ManticoreExtra < Formula

bottle do
root_url "https://github.com/manticoresoftware/homebrew-manticore/releases/download/manticore-extra-0.6.2-2023020711-d95e43e"
sha256 cellar: :any_skip_relocation, monterey: "fa81e0effb763fb574c09e3d01ba75b478698eef6e2b5f41eba824ec097672b2"
sha256 cellar: :any_skip_relocation, big_sur: "02da22f79505cea4cd1bd155aba5a86544695ad458b6cc322e1fea8ebbc63c57"
sha256 cellar: :any_skip_relocation, arm64_ventura: "90be70e6bc9f3640300ea17cc793c6661792c436cb9fbaea17fbac01853020c1"
sha256 cellar: :any_skip_relocation, monterey: "fa81e0effb763fb574c09e3d01ba75b478698eef6e2b5f41eba824ec097672b2"
sha256 cellar: :any_skip_relocation, big_sur: "02da22f79505cea4cd1bd155aba5a86544695ad458b6cc322e1fea8ebbc63c57"
end

depends_on "manticoresoftware/rc/manticore-columnar-lib"
depends_on "manticoresoftware/rc/manticore-executor"
depends_on "manticoresoftware/manticore/manticore-columnar-lib"
depends_on "manticoresoftware/manticore/manticore-executor"

def install
File.open("manticore-extra", "w") do |file|
Expand Down
9 changes: 5 additions & 4 deletions Formula/manticoresearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ class Manticoresearch < Formula

bottle do
root_url "https://github.com/manticoresoftware/homebrew-manticore/releases/download/manticoresearch-6.0.0-2023020711-8de9df2"
sha256 monterey: "faafa4e12b42c95d4b7956490ffdf66ac887e49b65cf353568bca24b3f69ff3a"
sha256 big_sur: "ecd662a027f47d856031771bb834660376b70061e6b416e5ce86e48460c0930a"
sha256 arm64_ventura: "0d2b8453f60de3453c0a3f0ba0747bc9c2a520695989b1ea84a491e735658313"
sha256 monterey: "faafa4e12b42c95d4b7956490ffdf66ac887e49b65cf353568bca24b3f69ff3a"
sha256 big_sur: "ecd662a027f47d856031771bb834660376b70061e6b416e5ce86e48460c0930a"
end

depends_on "boost" => :build
Expand All @@ -21,8 +22,8 @@ class Manticoresearch < Formula
depends_on "[email protected]"
depends_on "unixodbc"
depends_on "zstd"
depends_on "manticoresoftware/rc/manticore-backup" => :recommended
depends_on "manticoresoftware/rc/manticore-buddy" => :recommended
depends_on "manticoresoftware/manticore/manticore-backup" => :recommended
depends_on "manticoresoftware/manticore/manticore-buddy" => :recommended

conflicts_with "sphinx", because: "manticore is a fork of sphinx"

Expand Down

0 comments on commit 278fb69

Please sign in to comment.