Skip to content

Commit

Permalink
Merge pull request Homebrew#175808 from Homebrew/bump-phylum-cli-6.6.4
Browse files Browse the repository at this point in the history
phylum-cli 6.6.4
  • Loading branch information
BrewTestBot authored Jun 27, 2024
2 parents 4a294e2 + 8d51e41 commit dac81b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/phylum-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class PhylumCli < Formula
desc "Command-line interface for the Phylum API"
homepage "https://www.phylum.io"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v6.6.3.tar.gz"
sha256 "b3075dbb662bf148f392b364d2c184f929dc9c184b30b6e25322410b79309b76"
url "https://github.com/phylum-dev/cli/archive/refs/tags/v6.6.4.tar.gz"
sha256 "92943eaed3207e2dc4f1cd3b9216319d747c12a36bec9ace8aa84ddb8218cb92"
license "GPL-3.0-or-later"
head "https://github.com/phylum-dev/cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "26cc2d520e6d7c158e40ca94184adc59230b59c9b9b8cbfb5f083cd92eb4dcfc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe70e8a128475c3b741be4cdba3c39749a7a5a3747d167f33b686104de576113"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fab32765d44d23b0f64d1f0a86afce5a5c38cfc34ca454da5ca7fad97e9eb3f2"
sha256 cellar: :any_skip_relocation, sonoma: "d06ffef04ea702b783a64d593248933899e96444abb9c4287b1ef7c97af356c8"
sha256 cellar: :any_skip_relocation, ventura: "b39551b99e2669adf04de2464f02ead63d42c263a2466ded2103be09e85cc254"
sha256 cellar: :any_skip_relocation, monterey: "e0334e5083900da15ba0dd1d61a0137b1f2676559848d148f4c979e81ac4761a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b73f80a0e0d9ac0a04fcdad87a5caa8be519c1990281d71659c20acc66ed274d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d8731f22098f84d31bbc21a9eb2b828c9989e5a1aea3c6f5fc8591e1d5ebf5b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7799f2f169f5c61e3b989229d8e47397694e5e865bf4e802b7f7ee626d3c4cd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bca2104005359b91abf8e6fba66a29ab1d7df628e98952d2439c100a808bad4c"
sha256 cellar: :any_skip_relocation, sonoma: "6cf53b2d28b73381f3eaa1b87c38b24ad946d57a6f40fbcfcc051ac881b752f0"
sha256 cellar: :any_skip_relocation, ventura: "8f5679d54920034397f2718f6a1cb539f3e1157f3e4debf8cbcb3fc27a2acd82"
sha256 cellar: :any_skip_relocation, monterey: "09420d1b78b5437d6795ad0de496fba718711e54fc59be294b36b92137fa7f95"
sha256 cellar: :any_skip_relocation, x86_64_linux: "814ff8430e5007ede1f4634411f021906691f4e0861687072466363adecb9ba7"
end

depends_on "protobuf" => :build
Expand Down

0 comments on commit dac81b2

Please sign in to comment.