Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2324cef

Browse files
phylum 5.9.0 (#59)
Co-authored-by: Kyle Willmon <kyle@phylum.io> Co-authored-by: Kyle Willmon <616067+kylewillmon@users.noreply.github.com>
1 parent 1193063 commit 2324cef

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Formula/phylum.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
class Phylum < Formula
22
desc "Software Supply Chain Security CLI"
33
homepage "https://phylum.io"
4-
url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.8.1.tar.gz"
5-
sha256 "c723c87832d47694fe55cc860bb7969efec52c5ac0bcee917d3bd6b2e1a1ccfc"
4+
url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.9.0.tar.gz"
5+
sha256 "00c9cdfe1a8d7332fbd843c926107f60be511e22121fc2ecf5bb0d6d0e11c14e"
66
license "GPL-3.0-or-later"
77
head "https://github.com/phylum-dev/cli.git", branch: "main"
88

99
bottle do
10-
root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.8.1"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6c9e976d406336ac81cd04709de7e7477ec946b5c0409ed819368baf050ebc72"
12-
sha256 cellar: :any_skip_relocation, ventura: "7102429b856409a8312ab33978b45e3aed4c586dc65241dff2331aab87eebe9f"
13-
sha256 cellar: :any_skip_relocation, monterey: "0f909e0fbdfcbd2432c5b7dfe61554312f039ac8d8b99854a632ac806d08cac3"
10+
root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.9.0"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3209b62fcbd534adf4edb0e378f86d55303b65c2f7dade73e7e9f74fadbb73c2"
12+
sha256 cellar: :any_skip_relocation, ventura: "0f6f16fe24587137d6d3efeaea8d41373235182b55f06aadf7c4d9f9060cca49"
13+
sha256 cellar: :any_skip_relocation, monterey: "7290436c9017968cd0b7c985a4f19230aca44fe017aa7eee8a265caf0e108c39"
1414
end
1515

1616
depends_on "rust" => :build
17+
depends_on "protobuf" => :build
1718

1819
def install
1920
system "cargo", "install", "--no-default-features", *std_cargo_args(path: "cli")

0 commit comments

Comments
 (0)