diff --git a/Formula/g/go-blueprint.rb b/Formula/g/go-blueprint.rb index 53eb68bd1bb2d..304d52722d9b1 100644 --- a/Formula/g/go-blueprint.rb +++ b/Formula/g/go-blueprint.rb @@ -6,6 +6,15 @@ class GoBlueprint < Formula license "MIT" head "https://github.com/Melkeydev/go-blueprint.git", branch: "main" + bottle do + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265" + sha256 cellar: :any_skip_relocation, sonoma: "a1ba633129a69bbdcfbfab47f7ce4f227864ecd9d3fba0d6c500f91fccc256a2" + sha256 cellar: :any_skip_relocation, ventura: "a1ba633129a69bbdcfbfab47f7ce4f227864ecd9d3fba0d6c500f91fccc256a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ddec9f865e204aec679d7e5ed1e8147f8c370b775ffdbb70676c1d2ee8951a8" + end + depends_on "go" def install