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 Fnox < Formula
66 license "MIT"
77 head "https://github.com/jdx/fnox.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "9d14f559608e0e3c6028c2087ad23a3685720ccec6dd6a652e46e2f42331a584"
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d01cd1d29c7a2ea35057f6a541511b4121d6d9493197c5ddcbd5dcbca9f2ddee"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c93fc57d70ad41f741644d0e21874fdc8ab9f8be4c0b31ad2ffa65536e661472"
13+ sha256 cellar : :any_skip_relocation , sonoma : "e2b3eb2bc7cf9ff61fc2656accc94b276763b520574fc43cc11a70ad1d8561b7"
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "ba5e7319c1eb7c94c41648eeb9ff6f4e06b4df258b2ba2b0bf24bf397841dba5"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "cf4064aefd82c5a176ab9c35e7ca565c68b5a2411502fa10e18b11052a3eb950"
16+ end
17+
918 depends_on "pkgconf" => :build
1019 depends_on "rust" => :build
1120 depends_on "age" => :test
You can’t perform that action at this time.
0 commit comments