From bdf3d09d1fe004b79847eb916c37ebe1cd7027a0 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:39:53 -0600 Subject: [PATCH 1/2] mesheryctl 0.8.11 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/m/mesheryctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index 3db46f92c68f3..e42662b3926c1 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -2,8 +2,8 @@ class Mesheryctl < Formula desc "Command-line utility for Meshery, the cloud native management plane" homepage "https://meshery.io" url "https://github.com/meshery/meshery.git", - tag: "v0.8.10", - revision: "cd320ad2ebfaa986db2c6d21c7ebc4d1b6de704f" + tag: "v0.8.11", + revision: "25d23e1800c5bb13c188eb4a3744dc119e9b858d" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 5931e316607ea1db40370b0ff526f3dbae5608f2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:00:56 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.8.11 bottle. --- Formula/m/mesheryctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index e42662b3926c1..e54050a5d5af9 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -8,12 +8,12 @@ class Mesheryctl < Formula head "https://github.com/meshery/meshery.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c032c031d4a57d55b004b76827981dfd9f024acf805b4340fdb098f96e26f4cd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c032c031d4a57d55b004b76827981dfd9f024acf805b4340fdb098f96e26f4cd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c032c031d4a57d55b004b76827981dfd9f024acf805b4340fdb098f96e26f4cd" - sha256 cellar: :any_skip_relocation, sonoma: "f9d8a382ac06557ce82dc9a2f6c39cc3a47e1dc921cd026c84e94dc29f2d51ca" - sha256 cellar: :any_skip_relocation, ventura: "f9d8a382ac06557ce82dc9a2f6c39cc3a47e1dc921cd026c84e94dc29f2d51ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4125c0943ca7d90b7c8cf5d6a585f86a43407f30c525cdf006c217ecf2febe5b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "daf9d45f70a0a26949ff779cf3f1d72f78ad36599fb9bbe3135851a89d21dbe7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "daf9d45f70a0a26949ff779cf3f1d72f78ad36599fb9bbe3135851a89d21dbe7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "daf9d45f70a0a26949ff779cf3f1d72f78ad36599fb9bbe3135851a89d21dbe7" + sha256 cellar: :any_skip_relocation, sonoma: "3c1d8a43463d93179d2bb86aa260dd105a8498917749c3118b886dd4322e3891" + sha256 cellar: :any_skip_relocation, ventura: "3c1d8a43463d93179d2bb86aa260dd105a8498917749c3118b886dd4322e3891" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce4c85b077eb5a3606887ab078f930de3341260d538e1de382571f9720b5e417" end depends_on "go" => :build