|
1 | 1 | class PhylumCli < Formula |
2 | 2 | desc "Command-line interface for the Phylum API" |
3 | 3 | homepage "https://www.phylum.io" |
4 | | - url "https://github.com/phylum-dev/cli/archive/refs/tags/v7.4.0.tar.gz" |
5 | | - sha256 "99c5c0855fd302767d61546df15f75ad5572664d82955fcd9eb61aeb0acef720" |
| 4 | + url "https://github.com/phylum-dev/cli/archive/refs/tags/v7.5.0.tar.gz" |
| 5 | + sha256 "a3fe16d9e76872a1dc00c5ba7897806f0e8581a4f4ebb9cc8c4410ae2438d1a7" |
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 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cc2bb7882a0560c69aa8c814411576e50142bd00dfb122c64b2fd7aeebb92ee" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2c024335395e20ccb96fd9b8686d92f264fe20902ea5db42b5dfc79762a52891" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "269b4c5f0bdb27eca5877aeca63917c6f4fc89db1b6c37eb2b3662d6b0958413" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "266555f6e8906d4a6f73fe3c0e9e9afd2603c237488e25604fb8144481fec0ce" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "c924ab7775ac2d61f06727c098a87d2735ddab21f2168117a77d1b06cff892d8" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "9c71277d28a9107f069205c05c6e15c939d927461ed61ffffde8fa8dd62f9fab" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c7cb586a588376613c693efd48b35a795aecbea235f2f781271b0129aacf6298" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0528cf65555a5f86e2f3a9db038dc40eb019d147df4aee9b6a53e873c05db0ba" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7717c20f5063a9e25a9b4c63a1aaa099623f16403803d24d86d9b3cd77822ca3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "bb9bcd54edc2c2a31f817c71a5ce5b5b2bccc818b8cd2ba1f71aedbc35465588" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "13b94a26a75cf78a3fe90e5fe425f0f69d82894785c65257b14656e6ab74cc39" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "9f842fa99341dcbe43ec4cfdce8c31f0be8545ae73cff012919728545d1e8a02" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "1e9136f95e0097a22555e606e1b6c751012f740482b85c4c5677b3ad3b9b02fc" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e55839055bb0e1849b304b2f4c7e1395b5f6d0c00abb16b7167f7b2b2771738c" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "protobuf" => :build |
|
0 commit comments