From cfc37812bbcfb6d812aa086533f1c4f51a842fab Mon Sep 17 00:00:00 2001 From: phylum-bot <69485888+phylum-bot@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:45:02 +0000 Subject: [PATCH 1/3] phylum 5.9.0 --- Formula/phylum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/phylum.rb b/Formula/phylum.rb index 38ad823..e3e21c1 100644 --- a/Formula/phylum.rb +++ b/Formula/phylum.rb @@ -1,8 +1,8 @@ class Phylum < Formula desc "Software Supply Chain Security CLI" homepage "https://phylum.io" - url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.8.1.tar.gz" - sha256 "c723c87832d47694fe55cc860bb7969efec52c5ac0bcee917d3bd6b2e1a1ccfc" + url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.9.0.tar.gz" + sha256 "00c9cdfe1a8d7332fbd843c926107f60be511e22121fc2ecf5bb0d6d0e11c14e" license "GPL-3.0-or-later" head "https://github.com/phylum-dev/cli.git", branch: "main" From 09b4bec358061c738255072276d0a1f029dcf78c Mon Sep 17 00:00:00 2001 From: Kyle Willmon Date: Tue, 5 Dec 2023 11:58:14 -0600 Subject: [PATCH 2/3] Add protobuf dependency --- Formula/phylum.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/phylum.rb b/Formula/phylum.rb index e3e21c1..6c98450 100644 --- a/Formula/phylum.rb +++ b/Formula/phylum.rb @@ -14,6 +14,7 @@ class Phylum < Formula end depends_on "rust" => :build + depends_on "protobuf" => :build def install system "cargo", "install", "--no-default-features", *std_cargo_args(path: "cli") From d39ac64a9be460e2ac3c5e687513edccb89d1c6b Mon Sep 17 00:00:00 2001 From: Kyle Willmon <616067+kylewillmon@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:42:26 +0000 Subject: [PATCH 3/3] phylum: update 5.9.0 bottle. --- Formula/phylum.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/phylum.rb b/Formula/phylum.rb index 6c98450..ef06022 100644 --- a/Formula/phylum.rb +++ b/Formula/phylum.rb @@ -7,10 +7,10 @@ class Phylum < Formula head "https://github.com/phylum-dev/cli.git", branch: "main" bottle do - root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.8.1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6c9e976d406336ac81cd04709de7e7477ec946b5c0409ed819368baf050ebc72" - sha256 cellar: :any_skip_relocation, ventura: "7102429b856409a8312ab33978b45e3aed4c586dc65241dff2331aab87eebe9f" - sha256 cellar: :any_skip_relocation, monterey: "0f909e0fbdfcbd2432c5b7dfe61554312f039ac8d8b99854a632ac806d08cac3" + root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.9.0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3209b62fcbd534adf4edb0e378f86d55303b65c2f7dade73e7e9f74fadbb73c2" + sha256 cellar: :any_skip_relocation, ventura: "0f6f16fe24587137d6d3efeaea8d41373235182b55f06aadf7c4d9f9060cca49" + sha256 cellar: :any_skip_relocation, monterey: "7290436c9017968cd0b7c985a4f19230aca44fe017aa7eee8a265caf0e108c39" end depends_on "rust" => :build