Skip to content

Commit b0f2d53

Browse files
authored
Merge pull request Homebrew#251947 from Homebrew/bump-webdav-5.9.0
webdav 5.9.0
2 parents 536bb03 + 172049b commit b0f2d53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/w/webdav.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Webdav < Formula
22
desc "Simple and standalone WebDAV server"
33
homepage "https://github.com/hacdias/webdav"
4-
url "https://github.com/hacdias/webdav/archive/refs/tags/v5.8.1.tar.gz"
5-
sha256 "dfac846f592517b4bdb2a6fedac555ec887064c50c2f83e9b4d467d080e6ae30"
4+
url "https://github.com/hacdias/webdav/archive/refs/tags/v5.9.0.tar.gz"
5+
sha256 "a52ef8bf27f15074d645c4040152fc46e497bc44a03361e19fbd84f813a36f4b"
66
license "MIT"
77
head "https://github.com/hacdias/webdav.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "08ca20a873c3d9dfcf315b1fcfcd30af03339b685be80f8eef765b21d65f42ca"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "08ca20a873c3d9dfcf315b1fcfcd30af03339b685be80f8eef765b21d65f42ca"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08ca20a873c3d9dfcf315b1fcfcd30af03339b685be80f8eef765b21d65f42ca"
13-
sha256 cellar: :any_skip_relocation, sonoma: "38754cc4bbfe0276b6850ee3c6798e8f7da5514f727bae456637a0d91c6a4235"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "01190e7578716a60dbe13afae3282656d9da069d3251d895abb9fd56f337cd52"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "83bdc185258dd4b41d8292f02f1b75a1e2e69a7ae468f3ea08b116449673dfb5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6d0e6e2ef1a49261ff77b6d642ac14d8d47eaf320cc5a933ab5c8177cdba45ff"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d0e6e2ef1a49261ff77b6d642ac14d8d47eaf320cc5a933ab5c8177cdba45ff"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d0e6e2ef1a49261ff77b6d642ac14d8d47eaf320cc5a933ab5c8177cdba45ff"
13+
sha256 cellar: :any_skip_relocation, sonoma: "dbbd4ab99bf8fe2b66a6e9bfde11c877e61a3c988b01df2c391d03e8fd3b6895"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "20d35f0667489c7b9592ecc1532d6df640357d03f2dda6f53320c35a2d1b03c8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfb40930cdfd8de966e9a865539a4f7a7a35d989a7d7dad810e6969408bf4451"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)