Skip to content

Commit 702e352

Browse files
chenrui333BrewTestBot
authored andcommitted
go-blueprint: add 0.10.3 bottle.
1 parent a7c7342 commit 702e352

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/g/go-blueprint.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class GoBlueprint < Formula
66
license "MIT"
77
head "https://github.com/Melkeydev/go-blueprint.git", branch: "main"
88

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1495c597dd43eba4ed804b3b1f7439935d57c9743a8c3c515e1d8632869fd265"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a1ba633129a69bbdcfbfab47f7ce4f227864ecd9d3fba0d6c500f91fccc256a2"
14+
sha256 cellar: :any_skip_relocation, ventura: "a1ba633129a69bbdcfbfab47f7ce4f227864ecd9d3fba0d6c500f91fccc256a2"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ddec9f865e204aec679d7e5ed1e8147f8c370b775ffdbb70676c1d2ee8951a8"
16+
end
17+
918
depends_on "go"
1019

1120
def install

0 commit comments

Comments
 (0)