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

phylum 5.9.0 #59

Merged
merged 3 commits into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Formula/phylum.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
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"

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
depends_on "protobuf" => :build

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