@@ -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.82 " ,
6- revision : "8845e461d0f75bb8e17accf81ad0712812d9ff4a "
5+ tag : "v0.8.83 " ,
6+ revision : "eeabcd3ff2ed8d16ad179287c65044828dee6662 "
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 : "e235122f710d6756b85f2a50d0ffcc121e7243aab0cdf29c001cbb9e6ead53d7 "
14- sha256 cellar : :any_skip_relocation , arm64_sonoma : "e235122f710d6756b85f2a50d0ffcc121e7243aab0cdf29c001cbb9e6ead53d7 "
15- sha256 cellar : :any_skip_relocation , arm64_ventura : "e235122f710d6756b85f2a50d0ffcc121e7243aab0cdf29c001cbb9e6ead53d7 "
16- sha256 cellar : :any_skip_relocation , sonoma : "be63056c94db5cf490d1e4c6fe89277f6aa4be60f9d7679ab580a6cca25eaddf "
17- sha256 cellar : :any_skip_relocation , ventura : "be63056c94db5cf490d1e4c6fe89277f6aa4be60f9d7679ab580a6cca25eaddf "
18- sha256 cellar : :any_skip_relocation , arm64_linux : "5c28d75f5b1ba282276baaef4de88e611434694f3f4fc3fe14dfd54b7d6aa0ea "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "4ac733899f8759e591f57beedaee0c69da82f9e208d6dc69b82ddcbea2229a34 "
13+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "0f446cc42c3469e3427cb659d6d344c6f1b4c19bd0ce723c0e9b6e023bba8479 "
14+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0f446cc42c3469e3427cb659d6d344c6f1b4c19bd0ce723c0e9b6e023bba8479 "
15+ sha256 cellar : :any_skip_relocation , arm64_ventura : "0f446cc42c3469e3427cb659d6d344c6f1b4c19bd0ce723c0e9b6e023bba8479 "
16+ sha256 cellar : :any_skip_relocation , sonoma : "1aef26596896665eeb47ddd1e0fa5c84d074b9f6d9895fb74ef7a25321e0b945 "
17+ sha256 cellar : :any_skip_relocation , ventura : "1aef26596896665eeb47ddd1e0fa5c84d074b9f6d9895fb74ef7a25321e0b945 "
18+ sha256 cellar : :any_skip_relocation , arm64_linux : "0c354785c362bd7a57ce0f61579f7a990d2806f928ab4ad93057057c377085e3 "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "1d0f17a80349725e039ae9f3bf1da7ba67889b735f9c0d658e12e044d479e550 "
2020 end
2121
2222 depends_on "go" => :build
0 commit comments