Skip to content

Commit 03e715e

Browse files
committed
webdav: add 5.8.0 bottle.
1 parent 7afa49f commit 03e715e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/w/webdav.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)