|
1 | 1 | class Malcontent < Formula |
2 | 2 | desc "Supply Chain Attack Detection, via context differential analysis and YARA" |
3 | 3 | homepage "https://github.com/chainguard-dev/malcontent" |
4 | | - url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.14.0.tar.gz" |
5 | | - sha256 "c92e0e02ee76b5a74ae779b2cf1605c1ca39c1322c71df8ffed667c3108a42f4" |
| 4 | + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.14.1.tar.gz" |
| 5 | + sha256 "f229e52403fb00c9cb0f2d19310660184f2bda8ea7d520b98db23269fe5fa7ff" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/chainguard-dev/malcontent.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "9b46759965b0273d98567378a334d7391c3b6166e1917fb9c7acd740a8f3c86f" |
11 | | - sha256 cellar: :any, arm64_sonoma: "7e3a539273f05409f0fbd846f917d2ad0f395e1d64e3f383e7b0fd04749e8c8b" |
12 | | - sha256 cellar: :any, arm64_ventura: "aa5df47393faf15a409caf48348252a23b534a7e64df94afc560fbb3da60dd91" |
13 | | - sha256 cellar: :any, sonoma: "0b1251558314d522bd3b8b8d51f513ea5adb5daf9045db4e0cad43bbd55d1668" |
14 | | - sha256 cellar: :any, ventura: "1dfa7d445e069745c72ac2244736dfe247a8aa1cd33b478a13b528dba8573aaf" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "da589be0463ea7986699a43bdb2599237b60af83b9e74fdb7911130429df9611" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9bf4a8b7c1154b273ef5f694687639c59004ef33633003f0eff1f707a493eadc" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "41a8d62e8945df9628fc55ca04803d3a32051e5c725b15d98032a8939a7168bd" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "fe4532471af16f18135ebeb86ec40b40af89488f54166da91ec66ecfaab3d809" |
| 12 | + sha256 cellar: :any, arm64_ventura: "a5ab74966b579bc84f5da3d3677f91ba8a3a5acddb850dcf8c75571c4e59ad04" |
| 13 | + sha256 cellar: :any, sonoma: "c0d5f74fe481a4ccd70a91ca1778d35e21356bf6ac8599f2e27f15ae4a09f48f" |
| 14 | + sha256 cellar: :any, ventura: "aaeac412d10c25cd189096ea4e67d8204d512f6305abae71d01459fe1abb88a6" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b8a264951be3b9d8008022cdeb51896004bd30abc354a46c83891fbde2e31a30" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1ea0260d81e446dd7440a8718b8c4e0195427696c5c056d1e87a0f5c11cc8c6" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments