Skip to content

Commit df904f3

Browse files
authored
Merge pull request #197062 from l5io/update-mesheryctl.rb-1731064621
mesheryctl 0.7.139
2 parents a629058 + 35f6cba commit df904f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mesheryctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ 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.138",
6-
revision: "604d6c56b34319f24f4d0bc4ac35c6a3c641ff1c"
5+
tag: "v0.7.139",
6+
revision: "862827aef94d17c775c00854c4aa6a13c9e2d95b"
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: "2dcd9bbf1cdcea4fee8e6145949992a5671bc0acecda5e0f4d9d9b2db05045a1"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2dcd9bbf1cdcea4fee8e6145949992a5671bc0acecda5e0f4d9d9b2db05045a1"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2dcd9bbf1cdcea4fee8e6145949992a5671bc0acecda5e0f4d9d9b2db05045a1"
14-
sha256 cellar: :any_skip_relocation, sonoma: "699b8ab11995f2b1769e8870470a2622a0f977c9f558f03c0c695c533ae4f7e5"
15-
sha256 cellar: :any_skip_relocation, ventura: "699b8ab11995f2b1769e8870470a2622a0f977c9f558f03c0c695c533ae4f7e5"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa4e8a75b8365355d787ba5583e5e0dbf961a8efe79fd8b3917ca265bdea17ae"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fc990e3c20e91df8b6ba94701a8a469b27a55f3fd1bb73623b9f7805b9e4cb1a"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc990e3c20e91df8b6ba94701a8a469b27a55f3fd1bb73623b9f7805b9e4cb1a"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc990e3c20e91df8b6ba94701a8a469b27a55f3fd1bb73623b9f7805b9e4cb1a"
14+
sha256 cellar: :any_skip_relocation, sonoma: "767e58d78f7ff23a526799b10d6efdeae049a8e707bb8a78391cf5a1a1bafb4b"
15+
sha256 cellar: :any_skip_relocation, ventura: "767e58d78f7ff23a526799b10d6efdeae049a8e707bb8a78391cf5a1a1bafb4b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2e8a50abf9d8e19f04c27fa75dd6514091440ed139461562d022104cb1223ab"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)