From 67b66c988d8f3a97426b22eceef5be6db89a8c29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:08:38 +0000 Subject: [PATCH 1/2] mycli 1.29.2 --- Formula/m/mycli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/m/mycli.rb b/Formula/m/mycli.rb index c3da80da66a0c..9dce1bcc7b8b7 100644 --- a/Formula/m/mycli.rb +++ b/Formula/m/mycli.rb @@ -3,8 +3,8 @@ class Mycli < Formula desc "CLI for MySQL with auto-completion and syntax highlighting" homepage "https://www.mycli.net/" - url "https://files.pythonhosted.org/packages/04/25/33fb7d6b10a5344cd4b250313fdb73d607fc3f15139448d24f63cc57177b/mycli-1.28.0.tar.gz" - sha256 "66bfac0be21df16e01ff6187cc9cece6676a4c5f1bd3435887e633b5e380e4c3" + url "https://files.pythonhosted.org/packages/4d/d1/d334536a790429150b5ea996139775eec3ed406362a170f57536d88ce699/mycli-1.29.2.tar.gz" + sha256 "e1e390c14e3a5f3b4a5850780cd6d65c161a0cbede6f73b8b4fab55023d3e72b" license "BSD-3-Clause" bottle do @@ -67,8 +67,8 @@ class Mycli < Formula end resource "sqlglot" do - url "https://files.pythonhosted.org/packages/61/23/fbd5e87750e93471f80499ed2bba978a11144274939bf9b1d22b829c00bb/sqlglot-25.29.0.tar.gz" - sha256 "fcb4e2f5cb9a17ca3f003f6c165afcbe0001c0a57d477252727fef56b8f8b352" + url "https://files.pythonhosted.org/packages/fc/9a/a815124044d598b7f6174be176f379eccd9d583e3130594c381fdfb5736f/sqlglot-26.0.0.tar.gz" + sha256 "eb4470e8b3aa2cff1a4ecca4cfe36658e9797ab82416e566abe12672195e1ab8" end resource "sqlparse" do From ced770e32fac13778def792f542d9045684a6263 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:35:36 +0000 Subject: [PATCH 2/2] mycli: update 1.29.2 bottle. --- Formula/m/mycli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mycli.rb b/Formula/m/mycli.rb index 9dce1bcc7b8b7..a37915995c3eb 100644 --- a/Formula/m/mycli.rb +++ b/Formula/m/mycli.rb @@ -8,12 +8,12 @@ class Mycli < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b373db5b183b73bfe326e6165c0340e78f163007989800fb98f85fd7d102754" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b373db5b183b73bfe326e6165c0340e78f163007989800fb98f85fd7d102754" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b373db5b183b73bfe326e6165c0340e78f163007989800fb98f85fd7d102754" - sha256 cellar: :any_skip_relocation, sonoma: "ab6d7a6243f0ce76c9bd23d7ee58411e55e83fd94bc3c85cd63e367fab0396ca" - sha256 cellar: :any_skip_relocation, ventura: "ab6d7a6243f0ce76c9bd23d7ee58411e55e83fd94bc3c85cd63e367fab0396ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b373db5b183b73bfe326e6165c0340e78f163007989800fb98f85fd7d102754" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d18154a7e9392b78882464f9f897a81e8535cc9858e726e18eac1859f73866be" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d18154a7e9392b78882464f9f897a81e8535cc9858e726e18eac1859f73866be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d18154a7e9392b78882464f9f897a81e8535cc9858e726e18eac1859f73866be" + sha256 cellar: :any_skip_relocation, sonoma: "a92f75349d90d602e097f50fc037e2c982a73dac99c89337c7df3bc883c1b32d" + sha256 cellar: :any_skip_relocation, ventura: "a92f75349d90d602e097f50fc037e2c982a73dac99c89337c7df3bc883c1b32d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d18154a7e9392b78882464f9f897a81e8535cc9858e726e18eac1859f73866be" end depends_on "cryptography"