From 5c9250e9b6f46d2240c497b7b13ad2fe0972a91a Mon Sep 17 00:00:00 2001 From: l5io <47201130+l5io@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:30:22 -0500 Subject: [PATCH 1/2] mesheryctl 0.7.85 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 e9e1bca519844..f43261bc90fb7 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.84", - revision: "e88cb109f0bb023e4cce283568249ee5c94ceabb" + tag: "v0.7.85", + revision: "102448c21c307bea8f3450bfb170bb3c1d0260d1" license "Apache-2.0" head "https://github.com/meshery/meshery.git", branch: "master" From 7192a0c3bcb4731aef77e73af928ea4e48d29e9f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:14:51 +0000 Subject: [PATCH 2/2] mesheryctl: update 0.7.85 bottle. --- Formula/m/mesheryctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mesheryctl.rb b/Formula/m/mesheryctl.rb index f43261bc90fb7..5aaef4a984fec 100644 --- a/Formula/m/mesheryctl.rb +++ b/Formula/m/mesheryctl.rb @@ -8,13 +8,13 @@ class Mesheryctl < Formula head "https://github.com/meshery/meshery.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79" - sha256 cellar: :any_skip_relocation, arm64_ventura: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79" - sha256 cellar: :any_skip_relocation, arm64_monterey: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79" - sha256 cellar: :any_skip_relocation, sonoma: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73" - sha256 cellar: :any_skip_relocation, ventura: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73" - sha256 cellar: :any_skip_relocation, monterey: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1fa0089d8c53296d1700c9accc97b3fe45767e599b6442111ace112fd9d71bc4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9" + sha256 cellar: :any_skip_relocation, sonoma: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00" + sha256 cellar: :any_skip_relocation, ventura: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00" + sha256 cellar: :any_skip_relocation, monterey: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d0bd219c6d8f87761e2a5ab14ef0263042d32a474e22fd24cc557b8ec302370" end depends_on "go" => :build