From dab0bb0dcc97d4e4897abeb9a468f331f3c1cce4 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:44:30 -0500 Subject: [PATCH 1/2] mesheryctl 0.7.104 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 e6d3af3b5061..d087554a8af1 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.7.103", - revision: "2e43616d7b3b6f8916867bb52e1d57b913b60efd" + tag: "v0.7.104", + revision: "26698dbee08d9542818f82d53dc08825f2c1487d" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 482e3c649b3d990a7bafb74ee6247d014848c9a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:27:46 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.7.104 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 d087554a8af1..69fa420979ff 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: "2445bcc485042450118c23132eb8fba8f4c3df6225092c3ff27d11229525b3f1" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2445bcc485042450118c23132eb8fba8f4c3df6225092c3ff27d11229525b3f1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2445bcc485042450118c23132eb8fba8f4c3df6225092c3ff27d11229525b3f1" - sha256 cellar: :any_skip_relocation, sonoma: "656a81982abaec2805fc778356cff31e5dae43774a12aea095a05c728ea71a97" - sha256 cellar: :any_skip_relocation, ventura: "656a81982abaec2805fc778356cff31e5dae43774a12aea095a05c728ea71a97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5728c357675e6f281ab91b0dae3512eb01b813b04627e9dff28327672f3560f7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f7cf4614ed044976e8f32d7d18758d8815c47515b59dae35e343d82de003eebf" + sha256 cellar: :any_skip_relocation, sonoma: "c2e6e0c5ebe8897a599de6bdd8dd64557613229eec04cc560fe23b041b1c528b" + sha256 cellar: :any_skip_relocation, ventura: "c2e6e0c5ebe8897a599de6bdd8dd64557613229eec04cc560fe23b041b1c528b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "89771cd15687bf4b1f62d616584cf7223240b5f42dc5d01b3c5367725944df8f" end depends_on "go" => :build