From 2a0763d23bf04e282a64692936ee88d45b14735e Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:18:23 -0700 Subject: [PATCH 1/2] mesheryctl 0.7.145 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 1678707c146d..3d6fae019ee2 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.144", - revision: "e1c289946e45fac5159473ee594c342c9d2ee9bd" + tag: "v0.7.145", + revision: "b8018ece9716208de378f9ef8cdc26cab80a9650" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 5cc81d377a6aba9b8d6b3891ca65941c95e9a98e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:44:52 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.7.145 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 3d6fae019ee2..3ade4664a552 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: "5f8f9f9bd65b5ce4b8f0d9534fc63c952d90ec5e18629bffef2c5438550e6e14" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f8f9f9bd65b5ce4b8f0d9534fc63c952d90ec5e18629bffef2c5438550e6e14" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5f8f9f9bd65b5ce4b8f0d9534fc63c952d90ec5e18629bffef2c5438550e6e14" - sha256 cellar: :any_skip_relocation, sonoma: "d92837947fc1f5fa0aa6857c4d01bfdadc7a00ab9db01a0d016dc8d42b624608" - sha256 cellar: :any_skip_relocation, ventura: "d92837947fc1f5fa0aa6857c4d01bfdadc7a00ab9db01a0d016dc8d42b624608" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3c0a9aee066fe0fab247e69e252a59a238fe9ef287faeaa194dbe74f8037ec1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35271fc4a7352a5deb5404dace6031bd74e82e17b746ffd37483e6be64ddbe4a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "35271fc4a7352a5deb5404dace6031bd74e82e17b746ffd37483e6be64ddbe4a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "35271fc4a7352a5deb5404dace6031bd74e82e17b746ffd37483e6be64ddbe4a" + sha256 cellar: :any_skip_relocation, sonoma: "66d00c77afdde466bd17e271a3994201053a59c1d6f3866d9e9c445704aa692b" + sha256 cellar: :any_skip_relocation, ventura: "66d00c77afdde466bd17e271a3994201053a59c1d6f3866d9e9c445704aa692b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "46eccd39de8e14419dd45f208b54eb846cbe6afe00f8c72cedcb820b30379dfd" end depends_on "go" => :build