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

Commit

Permalink
phylum 5.9.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Willmon <[email protected]>
Co-authored-by: Kyle Willmon <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 1193063 commit 2324cef
Showing 1 changed file with 7 additions and 6 deletions.
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

0 comments on commit 2324cef

Please sign in to comment.