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

Commit

Permalink
phylum 5.7.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
phylum-bot authored Oct 17, 2023
1 parent 0e5a2f2 commit dd5fc90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/phylum.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class Phylum < Formula
desc "Software Supply Chain Security CLI"
homepage "https://phylum.io"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.7.2.tar.gz"
sha256 "6c9cc2897b9b1ce69220296960ea52812c58a34b2dd882ace4216e990d2e2c68"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v5.7.3.tar.gz"
sha256 "3bd14b4ad67b6124a6d8196ae451d47ed5c22a233634e722cfcd96817defda08"
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.7.2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cfa9cb8ab2146c45ac525d19f8f63c18304ba96225ae18822478676288a58bb6"
sha256 cellar: :any_skip_relocation, ventura: "d401cab08978d2ea1c8092d3145b8c007584405ca3e8571e5e2237bc5bc9757a"
sha256 cellar: :any_skip_relocation, monterey: "0da0ba69a8552037b0c7a4257d11d0c20d797df5201ce5f55fc9238a338b9702"
root_url "https://github.com/phylum-dev/homebrew-cli/releases/download/phylum-5.7.3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bfbd6afdbea96bfe570fb2a984e0d2f0355e73c7c9eb3414e326c04fd95807f7"
sha256 cellar: :any_skip_relocation, ventura: "50cc45e9a29cdeada0f391ec1299ce67f6b80dc95b372479be243d45e7e910d1"
sha256 cellar: :any_skip_relocation, monterey: "4f16701e767cccbcd9118f567cb8204d6a01f6fb797deeb4f5d81ecb8bfd7fea"
end

depends_on "rust" => :build
Expand Down

0 comments on commit dd5fc90

Please sign in to comment.