From 646f1f5d4570826bb4d02561a7f0c8ad89bc9106 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:06:30 +0000 Subject: [PATCH 1/2] syft 1.12.2 --- 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 a211e30ee3c4..2f9943f47f69 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.12.1.tar.gz" - sha256 "b9db74e316bcad09ab3161b606cc26f7f0284bf129c17d053ae8c4944fa50409" + url "https://github.com/anchore/syft/archive/refs/tags/v1.12.2.tar.gz" + sha256 "457b9c784518cfb599cdc71e14f368a715065bcc2e476217e877ab278269ec26" license "Apache-2.0" head "https://github.com/anchore/syft.git", branch: "main" From 8a2b499f101905324a76ce7eb28ef82a8db0dfa3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:02:44 +0000 Subject: [PATCH 2/2] syft: update 1.12.2 bottle. --- Formula/s/syft.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/s/syft.rb b/Formula/s/syft.rb index 2f9943f47f69..9cd73c298053 100644 --- a/Formula/s/syft.rb +++ b/Formula/s/syft.rb @@ -7,14 +7,13 @@ class Syft < Formula head "https://github.com/anchore/syft.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c6181ed921e8e102079f3034c6a93d4956b70f7136f876989d37ee2b799b384" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfda2f4d23503f992fd32ab73163a68257cc685a2f4a20628c0fcec55e403ec0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3589313f834a6526ed3d4a4bd708d7b91489998734b2e191f93427e0eb1d486" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ee1aa9113c54603c008a15996ee5f444de851cea8548602d1ba033cf0d4cb9b1" - sha256 cellar: :any_skip_relocation, sonoma: "3b964cc878690a25cd9f3b784f550bfdfd17b4cf7910207caa438c7d16118d42" - sha256 cellar: :any_skip_relocation, ventura: "f746ae4ff2c5786f47cba4018728e4d86e1e9c51c92e0ed09b18233a19ba39ac" - sha256 cellar: :any_skip_relocation, monterey: "fe200a092e3dd1d1bd550c67e1f6350132ec1733c94474d34a060bdfa0c23597" - sha256 cellar: :any_skip_relocation, x86_64_linux: "574f94ad557037f5a4c12d6c05288bb981f280d33346d9ce3eb6c3215719caec" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d365bf6fc614c4a8e89b02922e69582ed7f7af97a207f02db76385523ad99b20" + sha256 cellar: :any_skip_relocation, arm64_ventura: "554f4acca54497439fe2e839f28a0e17b2977688e0905168f933387d2cebe624" + sha256 cellar: :any_skip_relocation, arm64_monterey: "64be180917f4a48accc13e8ff9c8af97bc67a42673c71eb2514989b3a1a8fe98" + sha256 cellar: :any_skip_relocation, sonoma: "d8874c772b53f85085d1c3dfd282719f027a678bc28964729ce02d04dd2aa396" + sha256 cellar: :any_skip_relocation, ventura: "dab30934e5b1101655dc9bf19b77d094808863d3ebae4d3fcd2ec7b7e2bab0ff" + sha256 cellar: :any_skip_relocation, monterey: "c4a5fd8a7352bf533492f7b3a1137f3c6b77d9d971618c2d003b534067d23511" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cad35968bdc71a87f4f5bc5fff8cdfb8f8a9cad6f1588b880f8866af8db22ef" end depends_on "go" => :build