|
1 | 1 | class Phylum < Formula |
2 | 2 | desc "Software Supply Chain Security CLI" |
3 | 3 | 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" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 | head "https://github.com/phylum-dev/cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
14 | 14 | end |
15 | 15 |
|
16 | 16 | depends_on "rust" => :build |
| 17 | + depends_on "protobuf" => :build |
17 | 18 |
|
18 | 19 | def install |
19 | 20 | system "cargo", "install", "--no-default-features", *std_cargo_args(path: "cli") |
|
0 commit comments