From f4885eea3d60655695aee4542eec1ade18b5ef87 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:12:19 -0600 Subject: [PATCH 1/2] mesheryctl 0.8.43 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 f1f2340285262..f8b600eba340f 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.41", - revision: "1172740dfb0bc6b104a58e7c4099bae4e31e03f8" + tag: "v0.8.43", + revision: "dbf912ba7e5e56951def0fbdff7b9a9163b24ee2" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 6eb609861a3916935845762672744d1d4cdb1c65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:33:24 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.8.43 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 f8b600eba340f..99abb23a03463 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: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3c492378eb71ff66688f6c6ded884a653d3968550227f8f2cf37b2e8a728058" - sha256 cellar: :any_skip_relocation, sonoma: "f852a035eea49ff9930bf0d58399393c6e6ca6ff14c313cb07c4883f09b0159f" - sha256 cellar: :any_skip_relocation, ventura: "f852a035eea49ff9930bf0d58399393c6e6ca6ff14c313cb07c4883f09b0159f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ac7915f30a74affa742973adbcb6f6706ce198e58bc01eb56320572381bf5dfa" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5b73a0c3c2ac1d55ec6189a692a109aeb3456e1286e4e99fd4f192e593434e92" + sha256 cellar: :any_skip_relocation, sonoma: "580bd95e97648a68052aad18331ab45eeb8117340159600a7bcd6f5b65fe26be" + sha256 cellar: :any_skip_relocation, ventura: "580bd95e97648a68052aad18331ab45eeb8117340159600a7bcd6f5b65fe26be" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9e29c6fc88e818ff4dd3571d8e5c14b90ac89c8893096e20b713b6d362b91462" end depends_on "go" => :build