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

Commit

Permalink
phylum 4.7.0 (#37)
Browse files Browse the repository at this point in the history
Reminder: It is better to wait for the first 4 jobs (3 for
`build-bottles` and 1 for `brew-bottle`) to complete before approving
this PR because the PR will be updated by that 4th job with a new commit
that updates the formula to include the new bottle `root_url` and
`sha256` values. Additionally, this PR should not be merged to `main`
until _after_ the bottles have been successfully published.

---------

Co-authored-by: Charles Coggins <[email protected]>
Co-authored-by: Charles Coggins <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent bd922f0 commit 0c35fc1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/phylum.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
class Phylum < Formula
desc "Software Supply Chain Security CLI"
homepage "https://phylum.io"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v4.6.1.tar.gz"
sha256 "7081b0a0aba21c51ee3db0c804fb0128b086f03a87436c442cd65094daa37f45"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v4.7.0.tar.gz"
sha256 "0c4ffca800d461db2e935e6308ce336e24679dd5518689d8f0ecaba4f1f88946"
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-4.6.1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4494e28d017ce5e35ebc0a0b7bcb4c638fb1aa3d13375f85296ad028a7047ad0"
sha256 cellar: :any_skip_relocation, monterey: "a2134599cf60c7ec6da3e7cca6419798400755d48e0791a5128d0d781598d040"
sha256 x86_64_linux: "8fe1189e8afd24e485c60d5e74a1cc2c8b1a666db8df67a0d3868fc67ca89548"
root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-4.7.0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ed6d1917e1ce3e6ab19639a21e0799b248eda6432c8c684d0f797af9ebfd99f8"
sha256 cellar: :any_skip_relocation, monterey: "a9509d8eba211037492865b343825ae8ee4574cdc1bfc4c991a987e413fe7f20"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 0c35fc1

Please sign in to comment.