Skip to content

Commit

Permalink
Merge pull request #161033 from Porkepix/bump-syft-0.102.0
Browse files Browse the repository at this point in the history
syft 0.102.0
  • Loading branch information
BrewTestBot authored Jan 26, 2024
2 parents 2c959b5 + e4406f6 commit fae1297
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/syft.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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/v0.101.1.tar.gz"
sha256 "1d16c9d09a276c597f324b7f57feccce57a885087bcd5f38c0adeb4fa34e52b1"
url "https://github.com/anchore/syft/archive/refs/tags/v0.102.0.tar.gz"
sha256 "8f03eeb09be052272bb71db0eb6640ead9bf5c6f4624e28dce28b91998ab393d"
license "Apache-2.0"
head "https://github.com/anchore/syft.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a107c92c0753e2dc0946ae28cbf422a030ce76cbf1c4730182e5f68865a57df"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e60b1b6a20d2b11560c2139658d45a6864bdc16fba6b0d74e2c35ad3a681333"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1743e7d3701d5b33de41f479b573cd2b3dff5f4191b18cf41584e451c4123b89"
sha256 cellar: :any_skip_relocation, sonoma: "053cf8dd2b13df170717e576b37d44f06828a92ec1f69ded5ce80ee431a36936"
sha256 cellar: :any_skip_relocation, ventura: "3229dabd81395e26d6d0faaf63bb844eeb81adeef880b273117cbdccba0cf1b3"
sha256 cellar: :any_skip_relocation, monterey: "4005a290cd8702ff8f40e184b31ea0f05d6e1517733c1e524b72ca477e48c93d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b41e7179309fd3863bd5e03ffd36df7f7cb49383bf4200b2f25815facab8b4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b5f355faa5b86885ba59a741030a276eb5528a71b62a0f79600824675587f7c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6256bc093a7c172e42489626950e985a209d43abc2256d71050ca83bb22383e8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "859fa98bc2bf903741fa884b6d4c370fccad1dfb366143bf4de1a64ddec67bef"
sha256 cellar: :any_skip_relocation, sonoma: "d6d62e68113781404a01da0e3bb2e1d0dc1f12f5fa8a27b82626a28543612338"
sha256 cellar: :any_skip_relocation, ventura: "8be25f688231c93aed90283d178331dc624f13083e4e14ea804ece127c13ee74"
sha256 cellar: :any_skip_relocation, monterey: "63f9e3b42a22874b380e689a1598efcbf6a3785d09642e816e9747e6224d7311"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b84f6d32659996cedcd7c3e223ba78f96b00982d500841067be314c8f5c679b2"
end

depends_on "go" => :build
Expand Down

0 comments on commit fae1297

Please sign in to comment.