Skip to content

Commit cc46750

Browse files
committed
blueprint-compiler: add 0.16.0 bottle.
1 parent 9574767 commit cc46750

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/b/blueprint-compiler.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)