|
1 | 1 | class GoParquetTools < Formula |
2 | 2 | desc "Utility to deal with Parquet data" |
3 | 3 | homepage "https://github.com/hangxie/parquet-tools" |
4 | | - url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.26.0.tar.gz" |
5 | | - sha256 "c7e710b320525e9d464f1dce61e05fc1ca63aa905de32e333146e87e6fffd70a" |
| 4 | + url "https://github.com/hangxie/parquet-tools/archive/refs/tags/v1.26.1.tar.gz" |
| 5 | + sha256 "51a950d6c779fec2efe65eeabfdef5fd9dc252cfb0cb9cfef915bcc41c867fdc" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef019e400e6b25912997bd590dcf89d89ff96f47b60cf1c28795d27b7e343713" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef019e400e6b25912997bd590dcf89d89ff96f47b60cf1c28795d27b7e343713" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef019e400e6b25912997bd590dcf89d89ff96f47b60cf1c28795d27b7e343713" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "750d3e95a6ad26c37606670a7786bba932cafd2ef25f9870ab27864c031f4fe2" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "750d3e95a6ad26c37606670a7786bba932cafd2ef25f9870ab27864c031f4fe2" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c2b1269b90f73ebd819582d6f0356b5a47d386ed048949c8225a95d52796a5f" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c295a89822e0a3f458267ea41abee2ea472cc37a460cc57abef1d6683f379d7f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c295a89822e0a3f458267ea41abee2ea472cc37a460cc57abef1d6683f379d7f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c295a89822e0a3f458267ea41abee2ea472cc37a460cc57abef1d6683f379d7f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "75b254bdfc99492993df8f0ffe4e8ad659a0eb11ade9445411a6f55a98857e0f" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "75b254bdfc99492993df8f0ffe4e8ad659a0eb11ade9445411a6f55a98857e0f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "baebb4667af1521d5e670e271e9cf12168ac49dc62bc6f7afec6518190de52ba" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments