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 @@ -6,6 +6,15 @@ class Lolcrab < Formula
66 license "MIT"
77 head "https://github.com/mazznoer/lolcrab.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d410c8c3acea7346c1f07c55c8e0227f6410877e35a32f8a7b8beaff4a9f6b36"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "3afa507cdc28da20d4a79c9c1454381126858e55e29ff966b5fde41b18c079c6"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "63346783d7d4451971a0445bb81e8c53ba050c7c0790f2f2f6c9b3a182093c7d"
13+ sha256 cellar : :any_skip_relocation , sonoma : "23839485ed95006cb6960ccee0c6b4ddb6c932492f76db97faea6512a70514c7"
14+ sha256 cellar : :any_skip_relocation , ventura : "63f96e5f06ba3c43dda97dfe713e90428e981d54fc090173dcf2b6b178ffbf71"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "cc1b66f9f87d0c806a6a62aa88e6d91913a6cad76148e13d8938c1fdfc8b7531"
16+ end
17+
918 depends_on "rust" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments