Skip to content

Commit

Permalink
Merge pull request #141157 from l5io/update-mesheryctl.rb-1693606723
Browse files Browse the repository at this point in the history
mesheryctl 0.6.134
  • Loading branch information
BrewTestBot authored Sep 1, 2023
2 parents 2f724b4 + 025b14b commit 4288420
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/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.132",
revision: "b1cf44a68315a0b18d3b48362700f85f0fd4777b"
tag: "v0.6.134",
revision: "1e0e7b437d5be223d4b357dfca527b64532e92e8"
license "Apache-2.0"
head "https://github.com/meshery/meshery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "eb8b1eae903bf46d7ad786a9a79544fb012babf68fdde568bba3778143a96d8e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eb8b1eae903bf46d7ad786a9a79544fb012babf68fdde568bba3778143a96d8e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "eb8b1eae903bf46d7ad786a9a79544fb012babf68fdde568bba3778143a96d8e"
sha256 cellar: :any_skip_relocation, ventura: "d2874bf651daebed26e4a9c193a09d2e3ec1c16fa3318ba4e337b5b8a96da0bf"
sha256 cellar: :any_skip_relocation, monterey: "d2874bf651daebed26e4a9c193a09d2e3ec1c16fa3318ba4e337b5b8a96da0bf"
sha256 cellar: :any_skip_relocation, big_sur: "d2874bf651daebed26e4a9c193a09d2e3ec1c16fa3318ba4e337b5b8a96da0bf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1de91eebbce01a6f6dc3046a2b0169e64309bd65bc69546273faff1dc10e872b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "547741db4387148bb08e8b2ef88a4d4a29d8c9bdd960665af510d1804b2a5b45"
sha256 cellar: :any_skip_relocation, arm64_monterey: "547741db4387148bb08e8b2ef88a4d4a29d8c9bdd960665af510d1804b2a5b45"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "547741db4387148bb08e8b2ef88a4d4a29d8c9bdd960665af510d1804b2a5b45"
sha256 cellar: :any_skip_relocation, ventura: "155324f7402553e3cef024d98063821a3b8e0349d34d81a7e3976259ffee6038"
sha256 cellar: :any_skip_relocation, monterey: "155324f7402553e3cef024d98063821a3b8e0349d34d81a7e3976259ffee6038"
sha256 cellar: :any_skip_relocation, big_sur: "155324f7402553e3cef024d98063821a3b8e0349d34d81a7e3976259ffee6038"
sha256 cellar: :any_skip_relocation, x86_64_linux: "395f6de67bb9970dc0d1e97998af12a97de6bb5d461a9b9b9d056a56d4abe28e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4288420

Please sign in to comment.