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 @@ -6,6 +6,15 @@ class GoPassboltCli < Formula
6
6
license "MIT"
7
7
head "https://github.com/passbolt/go-passbolt-cli.git" , branch : "main"
8
8
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
+
9
18
depends_on "go" => :build
10
19
11
20
def install
You can’t perform that action at this time.
0 commit comments