-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prestodb: presto-cli 0.289 Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
4fcc00a
commit 6c5fadb
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|