-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
trino: update deps Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
Check failure on line 33 in Formula/t/trino.rb GitHub Actions / Linux`brew install --verbose --formula --build-bottle trino` failed on Linux!
Check failure on line 33 in Formula/t/trino.rb GitHub Actions / macOS 14-arm64`brew install --verbose --formula --build-bottle trino` failed on macOS Sonoma (14) on Apple Silicon!
Check failure on line 33 in Formula/t/trino.rb GitHub Actions / macOS 15-arm64`brew install --verbose --formula --build-bottle trino` failed on macOS Sequoia (15) on Apple Silicon!
Check failure on line 33 in Formula/t/trino.rb GitHub Actions / macOS 14-x86_64`brew install --verbose --formula --build-bottle trino` failed on macOS Sonoma (14)!
Check failure on line 33 in Formula/t/trino.rb GitHub Actions / macOS 13-x86_64`brew install --verbose --formula --build-bottle trino` failed on macOS Ventura (13)!
|
||
|