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 Mac < Formula
1111 regex ( %r{<div\s +class="release">Version\s +(.*)\s +\( .*\) </div>}i )
1212 end
1313
14+ bottle do
15+ sha256 cellar : :any , arm64_sequoia : "578d3d0a7968057c86d572cfcf29a76819899de23e9a9ab0abdaafd37f81a214"
16+ sha256 cellar : :any , arm64_sonoma : "0dcbb8881af07a7b8fffe8c11eea741eec5775a010ecccd3b825ad61740c98a3"
17+ sha256 cellar : :any , arm64_ventura : "db0479855c6cdb25ad011997b36e081496f7c336664e91d83d63b4bac7a5fdc2"
18+ sha256 cellar : :any , sonoma : "3e718d7aacc7d15046aa7fdd95e651a3119ccd5489325123ac07079a026ce7cf"
19+ sha256 cellar : :any , ventura : "4faf7f64d4a7d532ff27e349f06cf89f19329a17bb98dec19ca9f4bac29705f4"
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9d22279e7212b6ee3b924609b33a8a7092bf2ffaf8d654c814c9197909e90ca7"
21+ end
22+
1423 depends_on "cmake" => :build
1524
1625 def install
You can’t perform that action at this time.
0 commit comments