Skip to content

Commit

Permalink
prestodb 0.289
Browse files Browse the repository at this point in the history
prestodb: presto-cli 0.289

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Sep 20, 2024
1 parent 4fcc00a commit 6c5fadb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/p/prestodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Prestodb < Formula

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
sha256 "378a83a3403598a238558fc6c32d883d8a80d932cb62ff672b7cea86c38afda8"
license "Apache-2.0"

# Upstream has said that we should check Maven for Presto version information
Expand All @@ -23,8 +23,8 @@ class Prestodb < Formula
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

0 comments on commit 6c5fadb

Please sign in to comment.