From 60d594d4a92f93dd712db16a0c30f38b1eb6ec2a Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Wed, 28 May 2025 12:56:23 -0500 Subject: [PATCH 1/2] mesheryctl 0.8.92 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 e365d469364b1..cea405c13aa03 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.90", - revision: "0eddf44c7083c47ab0fe50672b21b0ed0a42d945" + tag: "v0.8.92", + revision: "9ede6e90351cbc46d1bf4736f0985fc0de5d28c8" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 18ab407a3439b077cca465507f9aedcae73ffae9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 28 May 2025 18:56:46 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.8.92 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index cea405c13aa03..cdd0c9ae14015 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -10,13 +10,13 @@ class Mesheryctl < Formula no_autobump! because: :bumped_by_upstream bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a0c2c647d21073e88b4bff855d5d8ff865924aa074fc94d1a780df854af08f7" - sha256 cellar: :any_skip_relocation, sonoma: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29" - sha256 cellar: :any_skip_relocation, ventura: "221d6cdcce074a9cba2e85f09c64523b8f854aa458254d5a56ab9f7946fc8d29" - sha256 cellar: :any_skip_relocation, arm64_linux: "80e8ac1729b573b71249dbb00bafb533336c718eb3755ecc9b6597d90284167e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00a3247c64ed8a46f25bd584609ca9514d65079e064579d2f57227eae8e4ca1c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6bd5a8c2b289b835856b1fd6fcd21531ae4bb64179228045dd7839afd885aa55" + sha256 cellar: :any_skip_relocation, sonoma: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" + sha256 cellar: :any_skip_relocation, ventura: "fe06973ddcd82b654ee6989f98f2dcf36a20b3b8215056e67b67854ce79f9dc3" + sha256 cellar: :any_skip_relocation, arm64_linux: "c8e833a6532d020931d289523c9bf15caaf06f7ae1bce03b694681f1a360ff33" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4e169c622d4e12cf07556d682a12069011f6f8b87727575b1a14451ea831bcbb" end depends_on "go" => :build