From 9d33665356cdadb4f8174441e1903a2260e23280 Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:57:59 -0600 Subject: [PATCH 1/2] mesheryctl 0.7.170 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 60849a46fd18c..c5a7ac2acd4e7 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.169", - revision: "cddf59622579bfdfec163399ccbfce47552e951e" + tag: "v0.7.170", + revision: "97c30ced3a6d509053cc6b87f58c7e048581d596" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From f32569a7d85c910fe83fe72002d582860d7cf4d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:31:13 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.7.170 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 c5a7ac2acd4e7..8807c7fdde90e 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: "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef627e6dfd1fa396997ae3d4fe628c00c0438ae4574be55da1d6971796bc1744" - sha256 cellar: :any_skip_relocation, sonoma: "894c85f9db6d1db7fc983abbe9f3ede7cfeee92aaeac21ab3a4a43e49d289379" - sha256 cellar: :any_skip_relocation, ventura: "894c85f9db6d1db7fc983abbe9f3ede7cfeee92aaeac21ab3a4a43e49d289379" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fd9186226058b404ed6f18e1a4fa4b11cb8284411ebc05c2bd218b42048db43" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c7ae859b99e7ac752450574c22958d9a83662a7c7131a44a3af53d3aa68e8258" + sha256 cellar: :any_skip_relocation, sonoma: "27ce33e714a06a9c30ae3b351ee4a81d747856e8a7045664cb7036740d462b3e" + sha256 cellar: :any_skip_relocation, ventura: "27ce33e714a06a9c30ae3b351ee4a81d747856e8a7045664cb7036740d462b3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd7a351a48f63f5878bd2cd65d28bd799423bfac9165ebff6f92e8b38a760083" end depends_on "go" => :build