Skip to content

Commit

Permalink
trino: add resource livecheck referencing parent
Browse files Browse the repository at this point in the history
  • Loading branch information
nandahkrishna committed Jan 17, 2025
1 parent 392ff0c commit fa78c25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Formula/t/trino.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,19 @@ class Trino < Formula
resource "trino-src" do
url "https://github.com/trinodb/trino/archive/refs/tags/468.tar.gz", using: :nounzip
sha256 "5d5cf99ff5c74e509372f1ff9a8fa26eaa4ff8879c5116b509f7ae011bef2361"

livecheck do
formula :parent
end
end

resource "trino-cli" do
url "https://search.maven.org/remotecontent?filepath=io/trino/trino-cli/468/trino-cli-468-executable.jar"
sha256 "ddaf3ce6d955ddb7b31626c9751303c1193b5029c7b36e38c172b3f043ffc8b7"

livecheck do
formula :parent
end
end

def install
Expand Down

0 comments on commit fa78c25

Please sign in to comment.