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 Boa < Formula
66 license any_of : [ "MIT" , "Unlicense" ]
77 head "https://github.com/boa-dev/boa.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "9c6511d59e732eb4093f55266cb82177c9561d461cdf6db8a300f6993c8f87e1"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "065f0361e0ab41501e92db94e1cf043c5871ab29fbff039aed67255455a874d4"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "08fb899017323c8854209da3d3b9190337803ef635a8b6a7d960f17141ccda6b"
13+ sha256 cellar : :any_skip_relocation , sonoma : "a2f8fba394237d297214d94a2f78a2da249cf19b481a7dcf0b41cde97b9ea2e6"
14+ sha256 cellar : :any_skip_relocation , ventura : "e55c1d32124a5dc83dad035ec5d3e6631b10b3d9cf41a6a92c949fc47e3d29c4"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "28ed6dc310185ff69da5a53d22b4c557b63dfa736557687ec11cc6591089b774"
16+ end
17+
918 depends_on "rust" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments