|
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.16.4.tar.gz" |
5 | | - sha256 "e3900136d0bf6b6947d521141eb7baa06259aa3b4a0e747493ca819470ae3783" |
| 4 | + url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.16.5.tar.gz" |
| 5 | + sha256 "243eaa13e18c029f25ecd075e23e8ed54ecfecc9d1334a018047f262df65fa29" |
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_tahoe: "841b53d7bb0a520a633041a318c0aef4cc5a726e75e55d5b940880c6443794db" |
11 | | - sha256 cellar: :any, arm64_sequoia: "435777235712bde4d7b2be5a71af5bea46fba0ab28f0af5f957e7f6f7c2689d2" |
12 | | - sha256 cellar: :any, arm64_sonoma: "0ff80cfe16d4c01c782992cb77545a5fe26f059dce23484fcf949f604274608e" |
13 | | - sha256 cellar: :any, sonoma: "62011e5c6ae520100002f845751a085a4b3fd6187a8dc284c09141b92ddd3556" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "ebb09a5364d0225a27960df3e139e60d9f264ddc507a32601515f85f2c4aacab" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2fa86a0d5f04614da235e2aed20525ed819bfc262d59c372ea52d6d55cba3b7" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "930e701d5dec6e88be64b79ccdfe90b21e3c47205537c8cab0fb801266551978" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "2b092e38772e321375db24780ceff2589db26db079c2f7544aa66b90a3fec4a4" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "08b1901323081aa029f57a4e2a1d68399aa25e4e6f60fd37faf1943a901ab771" |
| 13 | + sha256 cellar: :any, sonoma: "46fdc4802e832a62107cda27ef68b7a22f6aaf9973ce52f30540fd5dcadfd1f7" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5672568d54dc761ba9d237952605c050ea541c31f443f37108bfda9354e17195" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "532496183a5c1cd2ba11e171fbd41ed8f0dc9cef3cb5c41d9bbec9a6859c5b6e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments