|
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.13.1.tar.gz" |
5 | | - sha256 "4bd181926080ed9c026cd049d4c92f8971cc7efe21637ddc2809ce232cbe461c" |
| 4 | + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.14.0.tar.gz" |
| 5 | + sha256 "c92e0e02ee76b5a74ae779b2cf1605c1ca39c1322c71df8ffed667c3108a42f4" |
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: "68b0d5c10a343273509313bb3c379d5cd0404327a8a8a1b458530e3c7a0b7789" |
11 | | - sha256 cellar: :any, arm64_sonoma: "e1bc20b6f44e57e235e3e93b46409148b2368289d0539ed8ed83c9f7dfae114e" |
12 | | - sha256 cellar: :any, arm64_ventura: "94b7f0bc1613c14dcdb888b503400fb01dfe7ed7401584e9c6fa698c3b961513" |
13 | | - sha256 cellar: :any, sonoma: "2e62ec3f066aac4d5094d711f7cc5ee17f9f5997e0f83735b1aedb3db4a18204" |
14 | | - sha256 cellar: :any, ventura: "44a1e02522a68a9a8dfb4ddeb762fada07c052b3ddc824aee99677a0fd864c84" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "292cc289ba649274a84420f39526e3965ace48e1d48e687c8f502389712c95cc" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a6dd118196280e59937cb102a4e491c9e895751edf615b85f1d0a65aebc6525a" |
| 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments