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

Commit

Permalink
phylum 5.0.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
phylum-bot authored Apr 20, 2023
1 parent bf5842f commit 49f3aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/phylum.rb
Original file line number Diff line number Diff line change
@@ -1,15 +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/v5.0.0.tar.gz"
sha256 "ffa03f99abd5702ea6d0cb959eaf3919b68e7e662dd55b1aeffe9c0ab7d3e72b"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.0.1.tar.gz"
sha256 "063a5c9d16c670caff9c9607d5194887b46a6d5f47501d501381617e4cb43ecf"
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.0.0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d72bc2365303072e0bf56c53dacafe76dd6127e485b10a9faad70affd77c373a"
sha256 cellar: :any_skip_relocation, monterey: "fd0816edef0f6bb91f36f2a335bde98ab7da1ba416adfeab3b03f1982d29806c"
root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.0.1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "410f34a6be6aba064db40a6d604106fcf637bd35842ada3db30a1fdfbf0b873a"
sha256 cellar: :any_skip_relocation, monterey: "900d85aabaedb6b8380c6682fe93ba728edac0d15c61731272445b470c1a48e0"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 49f3aaa

Please sign in to comment.