|
1 | 1 | class Syft < Formula |
2 | 2 | desc "CLI for generating a Software Bill of Materials from container images" |
3 | 3 | homepage "https://github.com/anchore/syft" |
4 | | - url "https://github.com/anchore/syft/archive/refs/tags/v1.34.1.tar.gz" |
5 | | - sha256 "b228dfb35ee9b366db38e637a901f2bf02b704c63c65ea5cfc1047c329edba71" |
| 4 | + url "https://github.com/anchore/syft/archive/refs/tags/v1.34.2.tar.gz" |
| 5 | + sha256 "92b83e80041931ceb54af0283d9a09b4bb7474578c33903db20a8394b791ba3a" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/anchore/syft.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "68fbb9987cdc6360667c601194c7541fa31e197b0936645e32469399437aa8ae" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d67547e3097357c5929c69eaab128929845cd6a2106d96f877f447879607854" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19767622e749b393751806b55c57fa02b7015c0d024623767d546c0bc69d2cc6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "424a7024db0c1e1df77209e2b04de0dd3e842d401369c1587270dc0683aa5d21" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "547ceb0331ef333802eef3e1e0751887dd310332ee1e0af66fc153c34ffa97a5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cc487f68cb1ce548805d2fa399f0c0d46867416f67ac38d8975598412b10f45" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ba567653f6e31db18a46a2aae084b163aec782231fbbaabdc27229858a49bbeb" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cab9414d6e05302a3fe3c503468a622178623f195f61fac54ae3d68a1ced0fd" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "291877aee6ba132a686c426b774f43f34dc34ac9334019f98e147ca6719a7b29" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5f9fb974e8751e79f609cd4694d85dcfa274e12118efb26a882c450f07cdda64" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5b13459e7fe5586688417f75fcc1779b12d01682ff3830623cd2eadfd9ea5df3" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "910ce1c74b403c1929fae09017c544b0e98798b3d3c788622556277f1f2dcf75" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments