Skip to content

Commit

Permalink
trino 458
Browse files Browse the repository at this point in the history
trino: update deps

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Sep 19, 2024
1 parent 217d336 commit 9acb289
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/t/trino.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Trino < Formula

desc "Distributed SQL query engine for big data"
homepage "https://trino.io"
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/457/trino-server-457.tar.gz", using: :nounzip
sha256 "36dee17e88084d88a8a1899011b71dcb880411cbfcb5351a3df14d3f45d943d8"
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-server/458/trino-server-458.tar.gz", using: :nounzip
sha256 "0cc39ac2ac04a5c5e1ac1da225a87547f2f10ff7d3a26d6f0ad193b793709c0c"
license "Apache-2.0"

livecheck do
Expand All @@ -21,13 +21,13 @@ class Trino < Formula
depends_on "[email protected]"

resource "trino-src" do
url "https://github.com/trinodb/trino/archive/refs/tags/457.tar.gz", using: :nounzip
sha256 "bd98ab1d2c58211a42f731b5fd7fd13b37154b76d5bf27288c72ae3857a30408"
url "https://github.com/trinodb/trino/archive/refs/tags/458.tar.gz", using: :nounzip
sha256 "afe9b7510c61900559780a265a0af6ae2dfc5c6277578114a5b853416c25929e"
end

resource "trino-cli" do
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/457/trino-cli-457-executable.jar"
sha256 "2dc0b0c6ba16cb79f7ebb78e0eb532b54e5bf766933a37c04135960b47cdb758"
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/458/trino-cli-458-executable.jar"
sha256 "10af02851fe8c8969ec69c377e8d90d07f4188426293c8c1450ddd9988891843"
end

def install
Expand Down

0 comments on commit 9acb289

Please sign in to comment.