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 Webdav < Formula
66 license "MIT"
77 head "https://github.com/hacdias/webdav.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "baf72b71abacfc241a374cb784db63779bed55040b4dec593d8fe4c35177331b"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "baf72b71abacfc241a374cb784db63779bed55040b4dec593d8fe4c35177331b"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "baf72b71abacfc241a374cb784db63779bed55040b4dec593d8fe4c35177331b"
13+ sha256 cellar : :any_skip_relocation , sonoma : "061895843ab8e5c0174f3456a265eeda0cdaf3a94509a6db1c5d86848910d6db"
14+ sha256 cellar : :any_skip_relocation , ventura : "061895843ab8e5c0174f3456a265eeda0cdaf3a94509a6db1c5d86848910d6db"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ecf0b783e2adc344c36b94769f905517878de854f8eb4929238dbb1985284ac1"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments