Skip to content

Commit

Permalink
Merge pull request #173045 from Homebrew/bump-syft-1.5.0
Browse files Browse the repository at this point in the history
syft 1.5.0
  • Loading branch information
BrewTestBot authored May 28, 2024
2 parents 7ad59f1 + 5a2ef1e commit d7cf804
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/v1.4.1.tar.gz"
sha256 "822808af90626929dd7725df511a674386303482a1ddd316345066e6de09b157"
url "https://github.com/anchore/syft/archive/refs/tags/v1.5.0.tar.gz"
sha256 "35591aab6edb4c8c44db4848cf1b18b7a8a47c3c6be4a8b862e493d6b537cc3c"
license "Apache-2.0"
head "https://github.com/anchore/syft.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbc12e38bd9ce41d6de5791a83c5b446a9e74749456c756fed2e8bf80d29e010"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5ddc2c25eb0baeaa931f4dbb2815ad73e629e9b3d5e51f3286674f8da7df0f2f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "432c10558bb13e04074e5de2233118393ea574f43d4e7dd07878d87982b6fe42"
sha256 cellar: :any_skip_relocation, sonoma: "8a12e2fbeb00e7afec8b3e7994d4be78e28cb1ea88df4b4e26dbd55a1714a375"
sha256 cellar: :any_skip_relocation, ventura: "673a9aa1cfde9d362749c4a4f35cdb4b956602e9e5561ed313d5e48947ac33fe"
sha256 cellar: :any_skip_relocation, monterey: "d1e8c3f5ccc2f54d6373fe748396a6a9d76245720b0609fd017a84b609d238d3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad9c66c53c09485c74c3d3542eb56e269144fd0e2eeb45a4710dadc59df54173"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "980ded2828a3db6f2ae4687af110b9eb73707c9c12eeb27fcfcf9afa80ef18b4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ac7f1e805ebfebbbdeba45733ca987833c1a1d975d3f6311d2a5f7146e8846a7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4f978a1cde167924be0db6240d55b65b990e12eb9eff55a0f1695d5f181ee6e3"
sha256 cellar: :any_skip_relocation, sonoma: "9ea56b59f9397efe4267123bf4416fb6e3ddc0239b3f8792fbd0f1b0c90c443b"
sha256 cellar: :any_skip_relocation, ventura: "3155122b00ffcf9a3f5f3395e623d8f8b8de9c38d3dc65d07880148be34be88d"
sha256 cellar: :any_skip_relocation, monterey: "f39f009c18b8566317fcadebe9dffea24701b1a086578fe9feb36279483d299e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a403d659deab21fc39e98818e5356a8458072790edacf54eb0f7226ffd4fd58"
end

depends_on "go" => :build
Expand Down

0 comments on commit d7cf804

Please sign in to comment.