presto 0.216 (#36465)
This commit is contained in:
parent
fe3584b0f1
commit
7e70e44c30
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
class Presto < 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.215/presto-server-0.215.tar.gz"
|
||||
sha256 "c58138a84b15a04759e93bc73525d186a31926119fb1569553909ee11379ef57"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.216/presto-server-0.216.tar.gz"
|
||||
sha256 "6a099b56573e9fa455070fd4d27747d5615e31924ead8d1afc97e732cecbbb7b"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
resource "presto-cli" do
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.215/presto-cli-0.215-executable.jar"
|
||||
sha256 "6ca3f4909ba9055dc2bb872855bbf2b9480aaab633f80bcf2b0741c66b48f84a"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.216/presto-cli-0.216-executable.jar"
|
||||
sha256 "14d9ea07eb48e36991de477d6194c6d875a9e9d1a6274154f9c26ae3878d3a40"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue