@@ -2,17 +2,18 @@ class KubectlRookCeph < Formula
22 desc "Rook plugin for Ceph management"
33 homepage "https://rook.io/"
44 url "https://github.com/rook/kubectl-rook-ceph/archive/refs/tags/v0.9.5.tar.gz"
5- sha256 "877ca57eeefd44b1776b335dc7ea36d8431c268f37a7b77274e0f286a6e6053e "
5+ sha256 "5f7f24006a7b3f2b7a15ec3292272fe6fb7ee4611caebb1324121e806650e449 "
66 license "Apache-2.0"
77 head "https://github.com/rook/kubectl-rook-ceph.git" , branch : "master"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_tahoe : "c49feed78f61fab9f69789adc602205c3f2fe27567c7902b3a50e1a6a35daa12"
11- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c49feed78f61fab9f69789adc602205c3f2fe27567c7902b3a50e1a6a35daa12"
12- sha256 cellar : :any_skip_relocation , arm64_sonoma : "c49feed78f61fab9f69789adc602205c3f2fe27567c7902b3a50e1a6a35daa12"
13- sha256 cellar : :any_skip_relocation , sonoma : "fd8066e09c94c045b292558de6418d77f3ba833b4722dee51f8cd95a35eef37f"
14- sha256 cellar : :any_skip_relocation , arm64_linux : "a5a90b3d9ece647a7c2b7479dc4b7ed8369803ad86b3c67dd29e36101c1ddd3c"
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "e286057ec852ee1fff033e4904fa1c485c7186dc52bbac039a7ee93b91def35e"
10+ rebuild 1
11+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "38ef6b6b5600bafd151530f7cd750328fe5ae537e29a8f0256c48c00b888ee51"
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "38ef6b6b5600bafd151530f7cd750328fe5ae537e29a8f0256c48c00b888ee51"
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "38ef6b6b5600bafd151530f7cd750328fe5ae537e29a8f0256c48c00b888ee51"
14+ sha256 cellar : :any_skip_relocation , sonoma : "ca5cffd2a78ceed9a0d2777c1eccb1b555e75a23215dbe9d1d42f1fc6d0f5884"
15+ sha256 cellar : :any_skip_relocation , arm64_linux : "f31f6d9ed0bcf0b233bf2deef70c717b46cc8a232d9ccd26f971fe376298b642"
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c67ffb743c4d5fb29bfe87cb63617614c1fe094681bf390f937ae17aadeca7cc"
1617 end
1718
1819 depends_on "go" => :build
0 commit comments