From 52731b65180881e2dca5eea33516748639a67d81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:04:32 +0000 Subject: [PATCH 1/2] syft 1.11.1 --- Formula/s/syft.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index 3632b23393567..11c32c0c7dc3b 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -1,8 +1,8 @@ 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.11.0.tar.gz" - sha256 "63b393033ef93a3fd328406a8c06bd9067ccd02521edbbcb7d72afdfe3db59b0" + url "https://github.com/anchore/syft/archive/refs/tags/v1.11.1.tar.gz" + sha256 "2a998bc29b5a8a232056e5ea8bbdb2e17289732cbff119db50cac61c5f5d0def" license "Apache-2.0" head "https://github.com/anchore/syft.git", branch: "main" From e0b5ba5c95c74954c9054280968dac3895ff8a76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:40:03 +0000 Subject: [PATCH 2/2] syft: update 1.11.1 bottle. --- Formula/s/syft.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index 11c32c0c7dc3b..696d8b944cc9d 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -7,13 +7,13 @@ class Syft < Formula head "https://github.com/anchore/syft.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67d0357e091a673475a7b79071b7652aa17b456fcd495d88e3b9c935d3a4b81f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "df4d49eca0740d7a0fc67846c532f0e87b7e9112dcd61a392b54ca49c8d56a84" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ee9814ff57c63cbaf27a7bfde3775acd617bd216bbf4bc2d7a5bd2148e5371cf" - sha256 cellar: :any_skip_relocation, sonoma: "dac12410a65f146c31b01fd31216d060aa1a75d346001322b47d477b1c7ccb9e" - sha256 cellar: :any_skip_relocation, ventura: "0fbc05f21315955c5fbba8641830334267ab352447cf7737bfb0862261b8aca6" - sha256 cellar: :any_skip_relocation, monterey: "11908304d6790f640d0314ab75f465868782c2a7547c52d4e3d493d419a4ee2d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ed218c36670c01be44b44673beefe1dafc2c457849d03cbeede83ae7a215f19" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55fa6547dbd1d9e3651f01c273982d9ee8be8f7d57ac4809a9faa8b07091687d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1b9e93fa3c2c50b24c5a11faffab300fec2da35ef459760a7c41a260a659312" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a642df7aeab4295cc851bb984271533bdb23093385b547698c0c3c9f0a18b9ba" + sha256 cellar: :any_skip_relocation, sonoma: "6a453367efd63dd6b082eef61a58135e039000c9b839506f14d594c3ab2b18c4" + sha256 cellar: :any_skip_relocation, ventura: "d47e82aaaf3f3440822aba3f2b41ea8257555154f89a3bdbdbbc81e6a04ac3fc" + sha256 cellar: :any_skip_relocation, monterey: "34f457b5fccf78867f7ce72e6263e6db052cf929231a2badaf39f97c8a0a3023" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b2742ae1207895adbf25f6a46d97675f94daaa9aca6883e8cf3fd6afd396eeb" end depends_on "go" => :build