Skip to content

Commit 3b9eb7d

Browse files
authored
Merge pull request #229607 from l5io/update-mesheryctl.rb-1752126460
mesheryctl 0.8.118
2 parents 06196c8 + a405539 commit 3b9eb7d

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,21 +2,21 @@ 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.117",
6-
revision: "9da37e3ab863f75379c015fe0d329b8ce59e9e27"
5+
tag: "v0.8.118",
6+
revision: "967176239abc67bbed4b02bda58688bf2ab2bf1b"
77
license "Apache-2.0"
88
head "https://github.com/meshery/meshery.git", branch: "master"
99

1010
no_autobump! because: :bumped_by_upstream
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5653a767025d24b820ac4cc43e881daef9c5832123016f91d9fe9964a604b858"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5653a767025d24b820ac4cc43e881daef9c5832123016f91d9fe9964a604b858"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5653a767025d24b820ac4cc43e881daef9c5832123016f91d9fe9964a604b858"
16-
sha256 cellar: :any_skip_relocation, sonoma: "e0b8a7c018ed085759a38d41fd0dc8d20683b251568214e9580c8bdae1ebd25e"
17-
sha256 cellar: :any_skip_relocation, ventura: "e0b8a7c018ed085759a38d41fd0dc8d20683b251568214e9580c8bdae1ebd25e"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "b62929e074e39dd96bde20e8a74925905c3ba716fb2a31f96f5f164e18c07daf"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "716d3d01c60935d248303ea83c24adff3bebb4991ec88ac8d9257b99005680fc"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c7b0153429ba0d65170a41ef48a92575e5548ef9bafb2a5487cf9c940838486"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c7b0153429ba0d65170a41ef48a92575e5548ef9bafb2a5487cf9c940838486"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c7b0153429ba0d65170a41ef48a92575e5548ef9bafb2a5487cf9c940838486"
16+
sha256 cellar: :any_skip_relocation, sonoma: "3800bc65ad0ff6acd42f6066cf5c2456f9a2b96f95c632b80309239ca08cff4e"
17+
sha256 cellar: :any_skip_relocation, ventura: "3800bc65ad0ff6acd42f6066cf5c2456f9a2b96f95c632b80309239ca08cff4e"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "7c3b7b46324327bc71f92c304f65159b531cc84c5e3ea2bbdd797c5d631905f4"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cc407b9381eb2b3647d6f549199335ed9a957a1c7dcf47f17c2b5a7fec9d240d"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)