Skip to content

Commit bd6394b

Browse files
authored
Merge pull request Homebrew#183285 from l5io/update-mesheryctl.rb-1725339343
mesheryctl 0.7.92
2 parents 5a0249f + 59eed25 commit bd6394b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/mesheryctl.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Mesheryctl < Formula
22
desc "Command-line utility for Meshery, the cloud native management plane"
33
homepage "https://meshery.io"
44
url "https://github.com/meshery/meshery.git",
5-
tag: "v0.7.91",
6-
revision: "407298429caf2514852ccb246306b6db91d55595"
5+
tag: "v0.7.92",
6+
revision: "b0b7c85873dda556dcc6badc36fd6507bd4ee640"
77
license "Apache-2.0"
88
head "https://github.com/meshery/meshery.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b7aaab6d4160a8b7a41425eeaff6f0b2f68bb30f1ee1a58187d56152e81632f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b7aaab6d4160a8b7a41425eeaff6f0b2f68bb30f1ee1a58187d56152e81632f"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "0b7aaab6d4160a8b7a41425eeaff6f0b2f68bb30f1ee1a58187d56152e81632f"
14-
sha256 cellar: :any_skip_relocation, sonoma: "95159df657df21476f05553727f69b77621a2696a529494612ddff3b8d929527"
15-
sha256 cellar: :any_skip_relocation, ventura: "95159df657df21476f05553727f69b77621a2696a529494612ddff3b8d929527"
16-
sha256 cellar: :any_skip_relocation, monterey: "95159df657df21476f05553727f69b77621a2696a529494612ddff3b8d929527"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "68f702e0cad5a154ff8289b24b1bf5fc32f3a1f37d8603cad0afbd6dbe79dc5f"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55ebc705370316a9e129f3bc22a5b58f8b053d4a1f40ae673696ab8b4550ddfb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "55ebc705370316a9e129f3bc22a5b58f8b053d4a1f40ae673696ab8b4550ddfb"
13+
sha256 cellar: :any_skip_relocation, arm64_monterey: "55ebc705370316a9e129f3bc22a5b58f8b053d4a1f40ae673696ab8b4550ddfb"
14+
sha256 cellar: :any_skip_relocation, sonoma: "c67403c53138b9878d725354cacbe08d481ccc621d1471fa5eba23ba8bebc178"
15+
sha256 cellar: :any_skip_relocation, ventura: "c67403c53138b9878d725354cacbe08d481ccc621d1471fa5eba23ba8bebc178"
16+
sha256 cellar: :any_skip_relocation, monterey: "c67403c53138b9878d725354cacbe08d481ccc621d1471fa5eba23ba8bebc178"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e437519597b8bdfba769a1767b0e3e49e9b8bdd8d0016fc93d6142feaa8cb3d0"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)