11class FleetCli < Formula
22 desc "Manage large fleets of Kubernetes clusters"
33 homepage "https://github.com/rancher/fleet"
4- url "https://github.com/rancher/fleet/archive/refs/tags/v0.13.3 .tar.gz"
5- sha256 "bf745592462dcb5178e95a6d29a6d7842e2361b207e7f324d0e40730c3c1c0ee "
4+ url "https://github.com/rancher/fleet/archive/refs/tags/v0.13.4 .tar.gz"
5+ sha256 "129e7ea9f5a994e0f7a291195220f34f47f47170278880b4e97c97dadbec57c4 "
66 license "Apache-2.0"
77 head "https://github.com/rancher/fleet.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class FleetCli < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "72ea597555050360b2647c45f10cf938f8c5d0a0f09c85b403f1b00b0f5b990e "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "60a2d3688774e47e179e3f5593dca1cbf37ffa686490aa2d8b306b365d16b8d9 "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b21ae96165ff904a5a883641d5b2886f60a86a08b6a21e018940cbc9f7efe0ad "
18- sha256 cellar : :any_skip_relocation , sonoma : "41d4dfc5af2a4730fd84b522991ddc344eb0a35175d36e33f2e703c27190b5cd "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "78f866fc9adc01a4885b46025120eee0163ed69a3dac3b2567e6cd9cddd49a81 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "a212ea3563a2ec60b274f0c85a3c22467e0c1784530c67167a5fc3438848e6d8 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "ebc131c8167a06b5d7c2401f03a6d939811a8bbd49938a0ce98567845efd2bbf "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "08d79cb94fe96c0bb79f34e70a0f5b7c70204c5b86de46c4c1758b6a6f48917b "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e085bff97e4039a9143c1e18784ee29614dd3bdc75421dfe2e65775800c59103 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "84b29a27cd222042cd2b52f17940e2878353712e1e4c6602b2cab764bd016af9 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "2fb09a91c66a4c760e6f99d4d8995e085c98ff1d6a5934c9254f96a6dfb6b9f6 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "02c7f2a78bf6126f679cd27a3d3a4a2144522a66bfb44cad90f594d45341e30e "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments