Skip to content

Commit 6901c46

Browse files
authored
Merge pull request #282265 from Homebrew/bump-falcosecurity-libs-0.25.0
falcosecurity-libs 0.25.0
2 parents df01d67 + afca769 commit 6901c46

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

Formula/f/falcosecurity-libs.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
class FalcosecurityLibs < Formula
22
desc "Core libraries for Falco and Sysdig"
33
homepage "https://falcosecurity.github.io/libs/"
4-
url "https://github.com/falcosecurity/libs/archive/refs/tags/0.24.0.tar.gz"
5-
sha256 "33db1708932affc977c86344dcdbdca3497f92a52dcb86be840aa8c1bda1b10f"
4+
url "https://github.com/falcosecurity/libs/archive/refs/tags/0.25.0.tar.gz"
5+
sha256 "237e22ff2aeb9eb48d04badcf7b77d4fdf9703b5873cc81d48c124254fcbd6e3"
66
license all_of: [
77
"Apache-2.0",
88
{ any_of: ["GPL-2.0-only", "MIT"] }, # driver/
99
{ "GPL-2.0-only" => { with: "Linux-syscall-note" } }, # userspace/libscap/compat/
1010
]
11-
revision 1
1211

1312
livecheck do
1413
url :stable
1514
regex(/^v?(\d+(?:\.\d+)+)$/i)
1615
end
1716

1817
bottle do
19-
sha256 cellar: :any, arm64_tahoe: "062c84b1c1b9aefd37fc21a24a080696de7628179db68afb476434ec6d1259ad"
20-
sha256 cellar: :any, arm64_sequoia: "3157dac9f7e18da3c9d69d9063093aa2a24b0da4157c7f6feff07f62e499d90b"
21-
sha256 cellar: :any, arm64_sonoma: "fa3501fae74c5571d561f7ee505075e0d639b3ae9b08fa98efe8680623803a5e"
22-
sha256 cellar: :any, sonoma: "e55f9c47e82612287daa5dd9f612a5be0333855d61faf015f0e714e490644a0c"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "8e31261a2bc605021245f8dfb524b43ca55ab45c24fe9f7e20e14fd80ae8b565"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e82d7a193ab2fb5e4af7a9e378769696e4e5a9012d09c652e0ec0f194dc71a81"
18+
sha256 cellar: :any, arm64_tahoe: "a6c4f76d6a1fb6cea007f51222df8624204af1cd1ef8583dc45ef26587120b55"
19+
sha256 cellar: :any, arm64_sequoia: "0f01587df5cbd3554856a14f4da553810f2bfe3b992a949d5ce78f0566d15630"
20+
sha256 cellar: :any, arm64_sonoma: "c792905a55f6bda678020bfb4c726d05b50bc0ec4ecec7053da74440e74e62bc"
21+
sha256 cellar: :any, sonoma: "57260e164506b872e6976ee8a141bad2ce93c95aa0171a1eea0446f1ebe7a745"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "21b7515ab5dfc2af0fe016a21117a0adab57f784e06f42f03edde974821c59bf"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e8e24d6157e74165bbbd9bc822f39a1bfedf470949862f3e791eab07bcbd9b72"
2524
end
2625

2726
depends_on "cmake" => :build

0 commit comments

Comments
 (0)