Skip to content

Commit 2c9a767

Browse files
authored
Merge pull request #229795 from l5io/update-mesheryctl.rb-1752245126
mesheryctl 0.8.119
2 parents c316131 + ac1bf45 commit 2c9a767

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.118",
6-
revision: "967176239abc67bbed4b02bda58688bf2ab2bf1b"
5+
tag: "v0.8.119",
6+
revision: "52c0dcf70a989716f59527aa5e31c41812001254"
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: "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"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "36fea705947de8ea09693a913ffe26d610e8c3a41a342ac425a6245977674207"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "36fea705947de8ea09693a913ffe26d610e8c3a41a342ac425a6245977674207"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "36fea705947de8ea09693a913ffe26d610e8c3a41a342ac425a6245977674207"
16+
sha256 cellar: :any_skip_relocation, sonoma: "9d2aa93f4ca88f59c5088a8f9bd7f3b9b03d5454054d9086612bdcf60b0f7aa5"
17+
sha256 cellar: :any_skip_relocation, ventura: "9d2aa93f4ca88f59c5088a8f9bd7f3b9b03d5454054d9086612bdcf60b0f7aa5"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "229d8139d3ccc219e1fb7595db49d1911ed4cc9c2f883a599caf41912e1db515"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1b2ef6b8a9f0dcecad145b33b994aabbd7c0137f863165286756e3a9d00bd5a"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)