Skip to content

Commit b0670c0

Browse files
authored
Merge pull request Homebrew#195651 from Homebrew/bump-libcap-2.71
libcap 2.71
2 parents fb6324d + efbe380 commit b0670c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/lib/libcap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libcap < Formula
22
desc "User-space interfaces to POSIX 1003.1e capabilities"
33
homepage "https://sites.google.com/site/fullycapable/"
4-
url "https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.70.tar.xz"
5-
sha256 "23a6ef8aadaf1e3e875f633bb2d116cfef8952dba7bc7c569b13458e1952b30f"
4+
url "https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.71.tar.xz"
5+
sha256 "b7006c9af5168315f35fc734bf1a8d2aa70766bd8b8c4340962e05b19c35b900"
66
license all_of: ["BSD-3-Clause", "GPL-2.0-or-later"]
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d86081b10083f63884005f73bc6f595ab79c91a05e8fcc355a66236a21e54bf"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "17d58d7b65ecfbe57463744b6381adaf59ac85c8fb35bfb18d670663aa8c342c"
1515
end
1616

1717
depends_on :linux

0 commit comments

Comments
 (0)