Skip to content

Commit da69c14

Browse files
authored
Merge pull request #197111 from Homebrew/bump-datafusion-43.0.0
datafusion 43.0.0
2 parents f2e0099 + 827099e commit da69c14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/datafusion.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Datafusion < Formula
22
desc "Apache Arrow DataFusion and Ballista query engines"
33
homepage "https://arrow.apache.org/datafusion"
4-
url "https://github.com/apache/arrow-datafusion/archive/refs/tags/42.2.0.tar.gz"
5-
sha256 "028f9d5b00a8d751cce6de30cf164fd27382d1f663c6238ea3bbc1e018c41cbd"
4+
url "https://github.com/apache/arrow-datafusion/archive/refs/tags/43.0.0.tar.gz"
5+
sha256 "a873124503ab5182dd3c00db52ed7bae29d09f72900442aaeff7854bfe8600fd"
66
license "Apache-2.0"
77
head "https://github.com/apache/arrow-datafusion.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6b39dacca75f79c0b2df6ed7a24084e241717ce79336d94435c0f0ec1008ec9"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "36bdf97583c2c970c1b062c0cf9975270e72703d6e43b5a11bdd9097fc2188c1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e7544864aeeefa424706dc1284fb54ca7252139db420c83975a3a96d6a59a5a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "739b27738110478113cb6630ade647f97ea3253607794b390f2cff482ec6b90a"
14-
sha256 cellar: :any_skip_relocation, ventura: "354a873218d05df55e9c531a1aa669a2d8f263900823466672e0e377f075184a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "05e1482864c33b007f5c3e842c642c481805999209987318718278ef27fb0c23"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "51818452ee82d9f0bf9f3a5d8c65de55a82f82080d6aacb6900059b8fb3b99b2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18499f56ec85f8cbb05467b2c363e3437b1131f5e35709c83cea7805804159d7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "614dbc21c07b982fb51caf29a09b3994a81cc9618c722c82cb6ba16483a703fe"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e61485922e624d4bba37e0b281f6ea7dfec83b127bf6a181bb3c10ea4939904b"
14+
sha256 cellar: :any_skip_relocation, ventura: "3dce564739a041b3afddc7ef6f1c17a8d4487a79eb77f8d12de142324a7d0412"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a5f938d6ef13440075905b1d3a214667f75846a9e78a1ead4238f8f60e5a0a91"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)