Skip to content

Commit

Permalink
Merge pull request #129236 from l5io/update-mesheryctl.rb-1682371024
Browse files Browse the repository at this point in the history
mesheryctl 0.6.85
  • Loading branch information
BrewTestBot authored Apr 24, 2023
2 parents 7ee397e + 16a2585 commit ffac514
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/mesheryctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Mesheryctl < Formula
desc "Command-line utility for Meshery, the cloud native management plane"
homepage "https://meshery.io"
url "https://github.com/meshery/meshery.git",
tag: "v0.6.84",
revision: "304a7b6fdd663c06adaf18195251136c08d8d081"
tag: "v0.6.85",
revision: "64b8059a5e1815e76fe84a03c876d27673c40661"
license "Apache-2.0"
head "https://github.com/meshery/meshery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "213c90db712bb7a6ea3fa10edc2d7e073857a487368fc11738cf88de42d42c29"
sha256 cellar: :any_skip_relocation, arm64_monterey: "622374affe130bc4bdb0ccf05929f41d6dda6b23287e8bf81659a25f95fffe5f"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "622374affe130bc4bdb0ccf05929f41d6dda6b23287e8bf81659a25f95fffe5f"
sha256 cellar: :any_skip_relocation, ventura: "a9ea1ad0300b90d0855c26d2bf2536603fb7496e5d7051a6dbbc0703faed3b6b"
sha256 cellar: :any_skip_relocation, monterey: "a9ea1ad0300b90d0855c26d2bf2536603fb7496e5d7051a6dbbc0703faed3b6b"
sha256 cellar: :any_skip_relocation, big_sur: "a9c61446b24372782b3a0fc74489502aa32bbc719aa2622ebc48b670e6b16a06"
sha256 cellar: :any_skip_relocation, x86_64_linux: "66c82f736f107f6646612e308d6d2dddd9644fd37147bf525cec9a8c29db37ff"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca8695369c9efd197e5bdc7b6e9b3b5809c3144750669b363d02f39a42b53a49"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e9fce93f8df12feee5719aa60fe464955dec6c3d1f2a6478b0e549ac34361010"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "ca8695369c9efd197e5bdc7b6e9b3b5809c3144750669b363d02f39a42b53a49"
sha256 cellar: :any_skip_relocation, ventura: "6b436f81d22b571ad9096ae9a57fbb8ecf7041aaf7d2169fc8f48370a3b39745"
sha256 cellar: :any_skip_relocation, monterey: "36d46c2a15e4319dc3fd602db0c3b6983f1b5c6c81a73da5a7ad7c283ec84720"
sha256 cellar: :any_skip_relocation, big_sur: "36d46c2a15e4319dc3fd602db0c3b6983f1b5c6c81a73da5a7ad7c283ec84720"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a6af0cdb2aedbb75ae891c7256c2d5610975d373b2cfe0dfa0630b882b1eeaa"
end

depends_on "go" => :build
Expand Down

0 comments on commit ffac514

Please sign in to comment.