Skip to content

Commit

Permalink
Merge pull request #178791 from l5io/update-mesheryctl.rb-1722202222
Browse files Browse the repository at this point in the history
mesheryctl 0.7.85
  • Loading branch information
BrewTestBot authored Jul 28, 2024
2 parents c8fbe6c + 7192a0c commit ea9ca01
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.7.84",
revision: "e88cb109f0bb023e4cce283568249ee5c94ceabb"
tag: "v0.7.85",
revision: "102448c21c307bea8f3450bfb170bb3c1d0260d1"
license "Apache-2.0"
head "https://github.com/meshery/meshery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79"
sha256 cellar: :any_skip_relocation, arm64_ventura: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79"
sha256 cellar: :any_skip_relocation, arm64_monterey: "469c1e111f896dfc48b97dac5a5c69691b28ed74d1c7ff92ca475ecdb0d22c79"
sha256 cellar: :any_skip_relocation, sonoma: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73"
sha256 cellar: :any_skip_relocation, ventura: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73"
sha256 cellar: :any_skip_relocation, monterey: "80263b30a971996af72cb0c653c0e626ae4e638ebe103d0edf9e2eb26c0f3c73"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1fa0089d8c53296d1700c9accc97b3fe45767e599b6442111ace112fd9d71bc4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0bdb1e3485d911e15152ca86710ed9d04575096889789db5963c0ffad76954d9"
sha256 cellar: :any_skip_relocation, sonoma: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00"
sha256 cellar: :any_skip_relocation, ventura: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00"
sha256 cellar: :any_skip_relocation, monterey: "2f6e4479ccccf733d957faed9bf967262ee450e83ba95cdbde13b53ae9eb0e00"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d0bd219c6d8f87761e2a5ab14ef0263042d32a474e22fd24cc557b8ec302370"
end

depends_on "go" => :build
Expand Down

0 comments on commit ea9ca01

Please sign in to comment.