From 0299da7c93ea73123fa03485972300fcc094371e Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:22:47 +0530 Subject: [PATCH 1/2] mesheryctl 0.7.108 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 e52d8d3507233..47fb4383dc597 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.107", - revision: "81d3a1467a2a2750beeac73ba3d99b4bfb8bdc9a" + tag: "v0.7.108", + revision: "c3a454f4ad7b317a8936a68c3207343e7a28b3d3" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From cda683295bb41cbf056e4239c0fdb3536b665025 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:31:10 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.7.108 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 47fb4383dc597..f7569250e58ad 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: "f3442778fa4a928604b203c4e8d884ff636a3d5670aefaba07699d87ff1a5e6a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3442778fa4a928604b203c4e8d884ff636a3d5670aefaba07699d87ff1a5e6a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3442778fa4a928604b203c4e8d884ff636a3d5670aefaba07699d87ff1a5e6a" - sha256 cellar: :any_skip_relocation, sonoma: "f098df5c664e3cbb7ba1220f2093e08dda36436550b56945f4787e8093daa56d" - sha256 cellar: :any_skip_relocation, ventura: "f098df5c664e3cbb7ba1220f2093e08dda36436550b56945f4787e8093daa56d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c0fd5445e868a9451ce79b041de6f0421a5894e2812f209fd3e995a92658561d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31bf2899efcab6937cd6a9b8a162dfc73a86f20f5b4843a4866dc9b122ef876b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31bf2899efcab6937cd6a9b8a162dfc73a86f20f5b4843a4866dc9b122ef876b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "31bf2899efcab6937cd6a9b8a162dfc73a86f20f5b4843a4866dc9b122ef876b" + sha256 cellar: :any_skip_relocation, sonoma: "5931fbd6e8e87ee9e64c6258d2b590261723f4f558b891abc7bf5af93446779a" + sha256 cellar: :any_skip_relocation, ventura: "5931fbd6e8e87ee9e64c6258d2b590261723f4f558b891abc7bf5af93446779a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ecfbe549d63fc53a2218f6f7aa643606157c1a6beb84c7223a41acec57d4864" end depends_on "go" => :build