Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prestodb 0.289 #191039

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/p/prestodb.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Prestodb < Formula

Check warning on line 1 in Formula/p/prestodb.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

No bottle built for prestodb!

prestodb has unbottled dependencies, so a bottle will not be built.
include Language::Python::Shebang

desc "Distributed SQL query engine for big data"
homepage "https://prestodb.io"
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.288.1/presto-server-0.288.1.tar.gz", using: :nounzip
sha256 "e04e54add9d776587daebda0cac8806173018f170e8fd018f60e0d12ec5184ed"
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.289/presto-server-0.289.tar.gz", using: :nounzip
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
sha256 "378a83a3403598a238558fc6c32d883d8a80d932cb62ff672b7cea86c38afda8"
license "Apache-2.0"

# Upstream has said that we should check Maven for Presto version information
Expand All @@ -23,8 +23,8 @@
depends_on "[email protected]"

resource "presto-cli" do
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.288.1/presto-cli-0.288.1-executable.jar"
sha256 "97e6338390a51301386abbe9c3f27f22ec3412bae47192ad4bf526bb4f1ecfdc"
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.289/presto-cli-0.289-executable.jar"
sha256 "65e7e9b56b34e94dbe986422bafbd3e2e7ae248c65623640aca9f4d1ebf2ae67"
end

def install
Expand Down
Loading