From 2eb31baddd4780acb95bb8ee3de454854b182cde Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:07:04 +0000 Subject: [PATCH 1/2] prestodb 0.290 prestodb: presto-cli 0.290 Signed-off-by: Rui Chen --- Formula/p/prestodb.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/p/prestodb.rb b/Formula/p/prestodb.rb index e25405e8e8347..d05001acdcd75 100644 --- a/Formula/p/prestodb.rb +++ b/Formula/p/prestodb.rb @@ -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.290/presto-server-0.290.tar.gz", using: :nounzip + sha256 "5799462745535d808d66b7710c3f8e941ac6b778ff25e39db92c62aa0a6e8e6d" license "Apache-2.0" # Upstream has said that we should check Maven for Presto version information @@ -24,8 +24,8 @@ class Prestodb < Formula depends_on "python@3.13" 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.290/presto-cli-0.290-executable.jar" + sha256 "2f759c801f2ac0f6ced0b6ced67b93a1156263562716048a48d85baa94753e3e" end def install From 78c3edfe76bf6101e2a24bceb364c5de24622146 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:12:40 +0000 Subject: [PATCH 2/2] prestodb: update 0.290 bottle. --- Formula/p/prestodb.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/p/prestodb.rb b/Formula/p/prestodb.rb index d05001acdcd75..41abaa76f227f 100644 --- a/Formula/p/prestodb.rb +++ b/Formula/p/prestodb.rb @@ -16,8 +16,7 @@ class Prestodb < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "63a2677bc1afd26a880174243486510a09f55bbd5802b6934a79599474f32e3d" + sha256 cellar: :any_skip_relocation, all: "d30d6eb96fbe4775a63e37d0141b95d0e7bc77d67e2c788d64897a52f792a179" end depends_on "openjdk@11"