Skip to content

Commit 738763d

Browse files
authored
Merge pull request Homebrew#222201 from Homebrew/bump-parquet-cli-1.15.2
parquet-cli 1.15.2
2 parents deb7525 + e186ed7 commit 738763d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/parquet-cli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class ParquetCli < Formula
22
desc "Apache Parquet command-line tools and utilities"
33
homepage "https://parquet.apache.org/"
4-
url "https://github.com/apache/parquet-java/archive/refs/tags/apache-parquet-1.15.1.tar.gz"
5-
sha256 "7c51cf963cf20805bae030b1d81ddfc7b23ba58a72d816f3deb2a64adfe7747c"
4+
url "https://github.com/apache/parquet-java/archive/refs/tags/apache-parquet-1.15.2.tar.gz"
5+
sha256 "2880d7f532bd53d6780ec82e9df8f34edc9acfd95eb725747bd8205909517641"
66
license "Apache-2.0"
77
head "https://github.com/apache/parquet-mr.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "12bfb130df3498d49e30c2f54a239948d5d9d1d9e01b54d3f8c7152b48e02868"
10+
sha256 cellar: :any_skip_relocation, all: "935468cd7393a349c49631272dc7d032ada87c9e2236771c46a4012cb2488c3b"
1111
end
1212

1313
depends_on "maven" => :build

0 commit comments

Comments
 (0)