File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ class Runitor < Formula
11
11
regex ( /^v?(\d +(?:\. \d +)+)$/i )
12
12
end
13
13
14
+ bottle do
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
18
+ sha256 cellar : :any_skip_relocation , sonoma : "98bfedbbce4c27d2fe8166696b4d077b0f2419f23aa34218252db328d874e84b"
19
+ sha256 cellar : :any_skip_relocation , ventura : "98bfedbbce4c27d2fe8166696b4d077b0f2419f23aa34218252db328d874e84b"
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2b21a8bf5896b78e2347f111c7922b092685ee4f18c1d91d189059863cf9fe49"
21
+ end
22
+
14
23
depends_on "go" => :build
15
24
16
25
def install
You can’t perform that action at this time.
0 commit comments