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 @@ -5,6 +5,15 @@ class MinLang < Formula
55 sha256 "017178f88bd923862b64f316098772c1912f2eef9304c1164ba257829f1bbfc2"
66 license "MIT"
77
8+ bottle do
9+ sha256 cellar : :any , arm64_sequoia : "55abfc756fcd03084ea6cecc4f55f694127244be085a40fb475c8ea313c1b1ff"
10+ sha256 cellar : :any , arm64_sonoma : "dfce5c1fe83a37626f59fb7f55560d7e6127c29a110602a0c0e2e8ff2469720c"
11+ sha256 cellar : :any , arm64_ventura : "55dd93aee4c6e5b332fb6ef5068f9076ee0188c682aac21f5e3cbc24ee8a263f"
12+ sha256 cellar : :any_skip_relocation , sonoma : "c14a84fc2c375ab64eef59cea18373fb47a154d5946e24c1b32dff772470b99d"
13+ sha256 cellar : :any_skip_relocation , ventura : "1d103d8fdb4f5d04ac85c30966ec14ce719822cc287aff6bda29d2e7944493c2"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5d41319d9cf4c586dae36e4eed94e93cfc70969a977c592f7d819d9d6d420a7d"
15+ end
16+
817 depends_on "nim"
918 depends_on "openssl@3"
1019 depends_on "pcre"
You can’t perform that action at this time.
0 commit comments