diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index ac19e34d34adf..349f62a2a79a2 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -1,18 +1,18 @@ class Syft < Formula desc "CLI for generating a Software Bill of Materials from container images" homepage "https://github.com/anchore/syft" - url "https://github.com/anchore/syft/archive/refs/tags/v1.34.1.tar.gz" - sha256 "b228dfb35ee9b366db38e637a901f2bf02b704c63c65ea5cfc1047c329edba71" + url "https://github.com/anchore/syft/archive/refs/tags/v1.34.2.tar.gz" + sha256 "92b83e80041931ceb54af0283d9a09b4bb7474578c33903db20a8394b791ba3a" license "Apache-2.0" head "https://github.com/anchore/syft.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "68fbb9987cdc6360667c601194c7541fa31e197b0936645e32469399437aa8ae" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d67547e3097357c5929c69eaab128929845cd6a2106d96f877f447879607854" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19767622e749b393751806b55c57fa02b7015c0d024623767d546c0bc69d2cc6" - sha256 cellar: :any_skip_relocation, sonoma: "424a7024db0c1e1df77209e2b04de0dd3e842d401369c1587270dc0683aa5d21" - sha256 cellar: :any_skip_relocation, arm64_linux: "547ceb0331ef333802eef3e1e0751887dd310332ee1e0af66fc153c34ffa97a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4cc487f68cb1ce548805d2fa399f0c0d46867416f67ac38d8975598412b10f45" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ba567653f6e31db18a46a2aae084b163aec782231fbbaabdc27229858a49bbeb" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cab9414d6e05302a3fe3c503468a622178623f195f61fac54ae3d68a1ced0fd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "291877aee6ba132a686c426b774f43f34dc34ac9334019f98e147ca6719a7b29" + sha256 cellar: :any_skip_relocation, sonoma: "5f9fb974e8751e79f609cd4694d85dcfa274e12118efb26a882c450f07cdda64" + sha256 cellar: :any_skip_relocation, arm64_linux: "5b13459e7fe5586688417f75fcc1779b12d01682ff3830623cd2eadfd9ea5df3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "910ce1c74b403c1929fae09017c544b0e98798b3d3c788622556277f1f2dcf75" end depends_on "go" => :build