Skip to content

Commit cb58010

Browse files
authored
Merge pull request #210368 from hangxie/bump-go-parquet-tools-1.26.1
go-parquet-tools 1.26.1
2 parents 3c0d00c + 0d581c6 commit cb58010

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/go-parquet-tools.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class GoParquetTools < Formula
22
desc "Utility to deal with Parquet data"
33
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"
66
license "BSD-3-Clause"
77

88
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"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)