|
1 | 1 | class Modsecurity < Formula
|
2 | 2 | desc "Libmodsecurity is one component of the ModSecurity v3 project"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "autoconf" => :build
|
|
0 commit comments