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 Permify < Formula
66 license "AGPL-3.0-only"
77 head "https://github.com/Permify/permify.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "9a0c4e53fe54fb821bd6b81cb2639382280924f1f6bf3e64b02ae41615f2f2f1"
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c5f8b519cce4f36be1a623aa0a95dd68dcb4bd790e1cb79644644d1342e44eec"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "7d40f2cd662a5c7d210eda4153489951ae0024d19561c4106d9a0b6e2afa6eff"
13+ sha256 cellar : :any_skip_relocation , sonoma : "511c72f738a1a9b3519a94712c7e71ad37573b601b2f3b8599ed31c18ae0fd30"
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "925e023f4100a87f24b9a1b51b75186f6a98d6e5b6b474dd1e0edaaa37ed9260"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6ea13fd525771266f00f40f5e626b80e93cd95900eb95b1097e2dffc232dd4c7"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments