Skip to content

Commit 91bf39b

Browse files
authored
Merge pull request #222626 from Homebrew/bump-mesheryctl-0.8.71
mesheryctl 0.8.71
2 parents 4272626 + 4e7fb93 commit 91bf39b

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.8.70",
6-
revision: "173a192c60923d9934b8e1f666ddc4c02aed5b83"
5+
tag: "v0.8.71",
6+
revision: "9fbe3901e92d699f2199e749a14e2aab67a19230"
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_sequoia: "4c6d8f14ccbcd738a2d0a1e6fa2dd4578b7386e4b77c0d3af91b01516c5d5611"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c6d8f14ccbcd738a2d0a1e6fa2dd4578b7386e4b77c0d3af91b01516c5d5611"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c6d8f14ccbcd738a2d0a1e6fa2dd4578b7386e4b77c0d3af91b01516c5d5611"
14-
sha256 cellar: :any_skip_relocation, sonoma: "c228a7e81c97b121efc0e150fda2297e4cdbee2eda47237209f1435cb6c695bb"
15-
sha256 cellar: :any_skip_relocation, ventura: "c228a7e81c97b121efc0e150fda2297e4cdbee2eda47237209f1435cb6c695bb"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "e03b12d9235fdd40a7665a18b0feb3d30cff1c642c95b703fdacd565c15ba39f"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f27c0628eebc0457239f488faa61bb89d3c9767b0b18ab2968f500a53eeb749"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae5ba3ff44491368fc6a3395fe45e707d274b54bba97cff8f2beecc6f825e7a7"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae5ba3ff44491368fc6a3395fe45e707d274b54bba97cff8f2beecc6f825e7a7"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae5ba3ff44491368fc6a3395fe45e707d274b54bba97cff8f2beecc6f825e7a7"
14+
sha256 cellar: :any_skip_relocation, sonoma: "920641200760199715388115f903d4fb9d9855c0461a6713ab66dec9563006b6"
15+
sha256 cellar: :any_skip_relocation, ventura: "920641200760199715388115f903d4fb9d9855c0461a6713ab66dec9563006b6"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "3fd1476fe95ab294475313269cf367afeb212a1f03d733faf5f9233d834c4c52"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b0f6f01be805b6be4199b69ae9b94bffb383f9812e8db4af2f140737f23bee8"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)