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 @@ -7,6 +7,15 @@ class BlueprintCompiler < Formula
77 license "LGPL-3.0-or-later"
88 head "https://gitlab.gnome.org/GNOME/blueprint-compiler.git" , branch : "main"
99
10+ bottle do
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a"
13+ sha256 cellar : :any_skip_relocation , arm64_ventura : "934e915f724789737e2aff49d9607966366342257941e1f44ee5d03c358d331a"
14+ sha256 cellar : :any_skip_relocation , sonoma : "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e"
15+ sha256 cellar : :any_skip_relocation , ventura : "6bea1eb3d4da51a7e9e8ee222b7c8dec211a3cbffc00932d1e26ffc6645d499e"
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "dd8299938011b24bc84df5f61ec14fea43ccd470ada9f70e92a14e195a138a8b"
17+ end
18+
1019 depends_on "meson" => :build
1120 depends_on "ninja" => :build
1221
You can’t perform that action at this time.
0 commit comments