Skip to content

Commit 3ab8548

Browse files
authored
Merge pull request #206721 from Homebrew/bump-trino-470
trino 470
2 parents da3550b + ba74bde commit 3ab8548

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Formula/t/trino.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Trino < Formula
33

44
desc "Distributed SQL query engine for big data"
55
homepage "https://trino.io"
6-
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/469/trino-server-469.tar.gz", using: :nounzip
7-
sha256 "111933d897a7312c2b20eef1184203c180a28833add3c84367c2ca4fdb9b0e02"
6+
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/470/trino-server-470.tar.gz", using: :nounzip
7+
sha256 "16618db7c176d6c687f5782b97ec49c4a7beeab8f1f3edbd3f2c7b79d0b014ca"
88
license "Apache-2.0"
99

1010
livecheck do
@@ -13,12 +13,12 @@ class Trino < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "791be307105c5a6731790e676d8e681ab569a6b29b3e06dfc09074b125dffedc"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "791be307105c5a6731790e676d8e681ab569a6b29b3e06dfc09074b125dffedc"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "791be307105c5a6731790e676d8e681ab569a6b29b3e06dfc09074b125dffedc"
19-
sha256 cellar: :any_skip_relocation, sonoma: "03069aa7ba823097f4cee85c417464964882fdd10750399e47f418ae8ec21c2f"
20-
sha256 cellar: :any_skip_relocation, ventura: "03069aa7ba823097f4cee85c417464964882fdd10750399e47f418ae8ec21c2f"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "490156059e830eab8739db6440ee197050c62a1dd7c26369fe05ee691234ac51"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec1b9f36ff27b4bc879822a307ec1d7350ef2f90403c98f13ddbe291dda3eb9c"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec1b9f36ff27b4bc879822a307ec1d7350ef2f90403c98f13ddbe291dda3eb9c"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec1b9f36ff27b4bc879822a307ec1d7350ef2f90403c98f13ddbe291dda3eb9c"
19+
sha256 cellar: :any_skip_relocation, sonoma: "7ef8a2037980a5c013d5a1315fb7d264cc8633c189369f4d81056d04458946da"
20+
sha256 cellar: :any_skip_relocation, ventura: "7ef8a2037980a5c013d5a1315fb7d264cc8633c189369f4d81056d04458946da"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "62360a7519b7481b8bece0ad260ed873a4d5fe31fcd5adce38e1e9a232f80276"
2222
end
2323

2424
depends_on "gnu-tar" => :build
@@ -27,17 +27,17 @@ class Trino < Formula
2727
uses_from_macos "python"
2828

2929
resource "trino-src" do
30-
url "https://github.com/trinodb/trino/archive/refs/tags/469.tar.gz", using: :nounzip
31-
sha256 "17e1413f3a110b8d33724ce47ac52900e03d8ae723e322b1500a2985cd1bc398"
30+
url "https://github.com/trinodb/trino/archive/refs/tags/470.tar.gz", using: :nounzip
31+
sha256 "e9989b2734dccd4c7900ccc9b96e7ef37ab3cf0368fb4be3734165442e89f1a5"
3232

3333
livecheck do
3434
formula :parent
3535
end
3636
end
3737

3838
resource "trino-cli" do
39-
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/469/trino-cli-469-executable.jar"
40-
sha256 "1df0abceb1369e6034dd43e447ad31b0f12897731066ad06e4328b44871f3cc3"
39+
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/470/trino-cli-470-executable.jar"
40+
sha256 "694648f9906b43b308c6b2e529723231047feda6add186ab1eb0389516824d55"
4141

4242
livecheck do
4343
formula :parent

0 commit comments

Comments
 (0)