prestodb 0.270
* prestodb 0.270 * prestodb-0.270: update presto-cli resource Closes #95224. Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
ba9638f78d
commit
4ad2903801
|
@ -3,10 +3,9 @@ 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.269/presto-server-0.269.tar.gz"
|
||||
sha256 "1f9a6cb557d4daa30a7f767170717308518b9594972e8f69ab38e7c0c5e59f5e"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.270/presto-server-0.270.tar.gz"
|
||||
sha256 "5e9d90c4a2176618b6dabcd4a1350a0b5469357bbc21a9fd38bb1ba31e684863"
|
||||
license "Apache-2.0"
|
||||
revision 1
|
||||
|
||||
# Upstream has said that we should check Maven for Presto version information
|
||||
# and the highest version found there is newest:
|
||||
|
@ -24,8 +23,8 @@ class Prestodb < Formula
|
|||
depends_on "python@3.10"
|
||||
|
||||
resource "presto-cli" do
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.269/presto-cli-0.269-executable.jar"
|
||||
sha256 "dffba4a2887b604700b7f74083d4c037f669e4dd221d05de28fe508ea3e5197e"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.270/presto-cli-0.270-executable.jar"
|
||||
sha256 "1833f1b7958e246afd08482e2f4da37c5c829955f9f6e1041333b00ddf8222f7"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue