presto 0.200 (#27157)
This commit is contained in:
parent
9f1a4e9982
commit
8469cdd8dd
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.199/presto-server-0.199.tar.gz"
|
||||
sha256 "1d554db2f3f94a40656f694837a7499db1c6d922ea5628c623ef3bd95d285718"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-server/0.200/presto-server-0.200.tar.gz"
|
||||
sha256 "5eb54ad84ea1f3d206f9a02fdcfce6ed7a4e8b9145b55fa62ccb1b00f4dfe722"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
resource "presto-cli" do
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.199/presto-cli-0.199-executable.jar"
|
||||
sha256 "b450a1a57ee581b68f3e3f18e2ea83738eac4b41df56649ab339b3a0e4dc9752"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/facebook/presto/presto-cli/0.200/presto-cli-0.200-executable.jar"
|
||||
sha256 "d8141bc93d06fb7016d0dd0483b51cc807e509312b8ae08c0212e4c895bada3e"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue