|
1 | 1 | class Datafusion < Formula
|
2 | 2 | desc "Apache Arrow DataFusion and Ballista query engines"
|
3 | 3 | homepage "https://arrow.apache.org/datafusion"
|
4 |
| - url "https://github.com/apache/arrow-datafusion/archive/refs/tags/30.0.0.tar.gz" |
5 |
| - sha256 "a8c153fcb4ab38eb9a2642ac4ac0ecd74af8e2390415b996dd5b95159eaf6396" |
| 4 | + url "https://github.com/apache/arrow-datafusion/archive/refs/tags/31.0.0.tar.gz" |
| 5 | + sha256 "32986c77fb0b6538db4d76e43e0135a209c6fa37e2a790e05ff2a5c99f726434" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/apache/arrow-datafusion.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a680768678a8e78b1f497989d2cebfe6cd9011cda5600167684bc23f22c19e5" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "8e51eae6830b3fff515833f63c1862a387bfb8e120630ecdb2be054583eefac2" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "6100b637d628453f0ca256365328d3a85167044def4dc4c33a202b00b97d6d5f" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "b4377c98973be4bb56acc4466252688e12bbbbe877f06ca87fa7a3b83efb4231" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "c8ba8008e2144c8abacb4278269cb5c262992a9e54f07fcd9f83308d594a32ad" |
15 |
| - sha256 cellar: :any_skip_relocation, big_sur: "449a44443fbea03debb186e93f86ee3ffc35e4625722b156dca4da2fd46aafd9" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0f58029bfb2ec73a734248d630b0dade9cbac1cc2c48c0ae91d5a7f9956fd32" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "706854dcde5d7f7995e37acfa9d9d47a91b3ab985824d34ed0d2166f3d382cf3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "ca49f58ed4927426562d2e999799a5e638846888001d0c23e95027c0ecbd0163" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "b429943b6a5fcb4086cd8faf0237152f5515ad796bfdcf271b5cc3bc5ee46cf1" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "231a19c5a3567da9b29d9266e5c620cdde498c9321d6e886c15c6d713fdcf866" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "e8064438cb75fd61b15e909a744b886aac944e18a810ab883fc3216662c21f94" |
| 15 | + sha256 cellar: :any_skip_relocation, big_sur: "d04ce2741c97727b5aaf967df3cc2e4402d5df8fffc66f50905cbb62ec72428f" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "77ec7cf5c9b29beb65fffb105c2be787934047683544c35222c4ba93e4416922" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "rust" => :build
|
|
0 commit comments