Skip to content

Commit 277f196

Browse files
authored
Merge pull request #245597 from Homebrew/bump-pinot-1.4.0
pinot 1.4.0
2 parents afa8f29 + 8b3fff8 commit 277f196

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/p/pinot.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
class Pinot < Formula
22
desc "Realtime distributed OLAP datastore"
33
homepage "https://pinot.apache.org/"
4-
url "https://downloads.apache.org/pinot/apache-pinot-1.3.0/apache-pinot-1.3.0-bin.tar.gz"
5-
sha256 "9cdc4423187c44569b8c6dd376d0162cc05339f56498a7f3a594303f17e44af0"
4+
url "https://downloads.apache.org/pinot/apache-pinot-1.4.0/apache-pinot-1.4.0-bin.tar.gz"
5+
sha256 "cb2a03abcdd0aa35e20e8c2918f78438efb1301a6f1918c3ae27b9ac1daa3f2b"
66
license "Apache-2.0"
77
head "https://github.com/apache/pinot.git", branch: "master"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, all: "dd4c35dab1e00cb76d570424d53e76cb020343111b7be8fc3ed73dee0c6dcc90"
10+
sha256 cellar: :any_skip_relocation, all: "b506cb9aee29895a8e06e79df73e078a71146b32ee758d0071b388ac30d93c7c"
1211
end
1312

1413
depends_on "openjdk@21"

0 commit comments

Comments
 (0)