Skip to content

Commit 4320cc6

Browse files
authored
Merge pull request #249880 from Homebrew/bump-syft-1.34.2
syft 1.34.2
2 parents 29097bd + cc48b64 commit 4320cc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/syft.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Syft < Formula
22
desc "CLI for generating a Software Bill of Materials from container images"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/anchore/syft.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)