Skip to content

Commit 8b31485

Browse files
committed
go-passbolt-cli: add 0.3.2 bottle.
1 parent 39a58db commit 8b31485

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/g/go-passbolt-cli.rb

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

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76c8a1220e7d1fcac1d8dad53d317b0b384bb36a4d83abfda0185589cccd8141"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "76c8a1220e7d1fcac1d8dad53d317b0b384bb36a4d83abfda0185589cccd8141"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "76c8a1220e7d1fcac1d8dad53d317b0b384bb36a4d83abfda0185589cccd8141"
13+
sha256 cellar: :any_skip_relocation, sonoma: "18c3ac460121631899b078594d6082dc038b72492232ad4640ca70712c1f2784"
14+
sha256 cellar: :any_skip_relocation, ventura: "18c3ac460121631899b078594d6082dc038b72492232ad4640ca70712c1f2784"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2547a6b87ff2587b9e75f2a3b54317c25634d2b1d76656ddb2e93f6bfa978003"
16+
end
17+
918
depends_on "go" => :build
1019

1120
def install

0 commit comments

Comments
 (0)