Skip to content

Commit 9427fab

Browse files
authored
Merge pull request #245831 from Homebrew/bump-scm-manager-3.11.0
scm-manager 3.11.0
2 parents d2c9079 + 4c5f02d commit 9427fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/scm-manager.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ScmManager < Formula
22
desc "Manage Git, Mercurial, and Subversion repos over HTTP"
33
homepage "https://www.scm-manager.org"
4-
url "https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.10.3/unix-3.10.3.tar.gz"
5-
sha256 "719f0bda4e714a9ceb41e7a0942c6c9b589286013f962078f0f7394fbe3af3fb"
4+
url "https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.11.0/unix-3.11.0.tar.gz"
5+
sha256 "1efac0ed4f39e0ba016b38cf72427d4b6e5a054e9217607788bc1510f0abcf86"
66
license all_of: ["Apache-2.0", "MIT"]
77

88
livecheck do
@@ -11,7 +11,7 @@ class ScmManager < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "2950db49fd88dd5adb53cd14f0d171fd514621f2a27c76873ac5ff68e0d68459"
14+
sha256 cellar: :any_skip_relocation, all: "b8a0a9a97bce358944c9c648f483ddc02ec3526b4b3017d63229d40db898198d"
1515
end
1616

1717
depends_on "jsvc"

0 commit comments

Comments
 (0)