Skip to content

Commit e4d5066

Browse files
authored
Merge pull request Homebrew#183334 from Homebrew/bump-modsecurity-3.0.13
modsecurity 3.0.13
2 parents ebaddcd + be2b88b commit e4d5066

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/modsecurity.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Modsecurity < Formula
22
desc "Libmodsecurity is one component of the ModSecurity v3 project"
33
homepage "https://github.com/owasp-modsecurity/ModSecurity"
4-
url "https://github.com/owasp-modsecurity/ModSecurity/releases/download/v3.0.12/modsecurity-v3.0.12.tar.gz"
5-
sha256 "a36118401641feef376bb469bf468abf94b7948844976a188a6fccb53390b11f"
4+
url "https://github.com/owasp-modsecurity/ModSecurity/releases/download/v3.0.13/modsecurity-v3.0.13.tar.gz"
5+
sha256 "86b4881164a161b822a49df3501e83b254323206906134bdc34a6f3338f4d3f2"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sonoma: "722e5f5abf8310c4d78601ac2fd5cb1e584b48aa8e443bf953d6b38f871412e8"
10-
sha256 cellar: :any, arm64_ventura: "2a2dbe4b8599b84925e416bbe25513afb215a4ac4435147b89bfb61fe8ffb922"
11-
sha256 cellar: :any, arm64_monterey: "a72bc5b6bd641c4b31c3fdaf740ad0cf9c0923552c83aa4c6087860c73b6140b"
12-
sha256 cellar: :any, sonoma: "ea2577a3e089345500bd3ede0832feed3c5c8ff5fe995e2ddaa74316b0be3824"
13-
sha256 cellar: :any, ventura: "e30599a845c0fbdf4228706903af022c0535079db7fac80141eb2fbe46dea1e4"
14-
sha256 cellar: :any, monterey: "331bbd6821ff365251e335fe58efed6581ff41abdb87dacd845403bc2f6eaac4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "924add172031a6d2ff64d54486d15bf32e0f0aeb0fd9c1ce3629efc098573f70"
9+
sha256 cellar: :any, arm64_sonoma: "feb85b8f1d5cfe4992dcac840ecc468b0b5bb158d3d131f0c607029409266702"
10+
sha256 cellar: :any, arm64_ventura: "d7f4470ddcd149ca17f9df55efc216c7b50744ddaa8c15ed927cf3e619fa5183"
11+
sha256 cellar: :any, arm64_monterey: "2aedcc4915f55fb3ce1bb60e473b9cc0ac130f51bdc2998e7da44d90f66948d2"
12+
sha256 cellar: :any, sonoma: "01b24dc6e02e93c31bce18e53503408f40c355de92c0b3d007e6396dc94cbee6"
13+
sha256 cellar: :any, ventura: "3dae4f88099a330fafd0864a1e45196187e2383a939928c3e89cd2bde5626257"
14+
sha256 cellar: :any, monterey: "d4d7a7a96547426688ae799b3f81527f2620ad2407f183e15f0bf407d9d5c377"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca19e80f6115c942465ee2564c44527ff5b466a39fddc36a179cbc3825934802"
1616
end
1717

1818
depends_on "autoconf" => :build

0 commit comments

Comments
 (0)