|
1 | 1 | class ApifyCli < Formula |
2 | 2 | desc "Apify command-line interface" |
3 | 3 | homepage "https://docs.apify.com/cli/" |
4 | | - url "https://registry.npmjs.org/apify-cli/-/apify-cli-0.21.2.tgz" |
5 | | - sha256 "5d321db3c8929e54708e7b0a9131d43c8d290f7b8d13b6c715381d377e3d16d0" |
| 4 | + url "https://registry.npmjs.org/apify-cli/-/apify-cli-0.21.3.tgz" |
| 5 | + sha256 "1c8a3e93c8ada0985f612ef173742b5a524c792fbc563e1c8179c3abd9b55096" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "89b16e4443929bcafb2c9479d10a6de26d9c0e823b963f348fa336fd45e1d303" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "89b16e4443929bcafb2c9479d10a6de26d9c0e823b963f348fa336fd45e1d303" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "89b16e4443929bcafb2c9479d10a6de26d9c0e823b963f348fa336fd45e1d303" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "f1bdd007a01d2a2d2d19e58e287b2378bd855a76a5c17bf36374bf8b0c3329bf" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "f1bdd007a01d2a2d2d19e58e287b2378bd855a76a5c17bf36374bf8b0c3329bf" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "0ecd1d22553f0921e7b270ef3e018a555163d4fba8937a9267199867668155fa" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "21d2a680762fbb4c90fac1ee02e07fdccb09c046a3b141b81daec93bd0d8bf1a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed5db17096f5e734a3bdd35fa4eeb00296fa75570aa39b2683d315a883837ca7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed5db17096f5e734a3bdd35fa4eeb00296fa75570aa39b2683d315a883837ca7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ed5db17096f5e734a3bdd35fa4eeb00296fa75570aa39b2683d315a883837ca7" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "035450807712a495cad287da51f226f67188fc6ea3427bc817f28598ee686e4c" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "035450807712a495cad287da51f226f67188fc6ea3427bc817f28598ee686e4c" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "6320376afc731b3353acea94a163af53dda8f2ada758272f9138565ca3ad5a7b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6320376afc731b3353acea94a163af53dda8f2ada758272f9138565ca3ad5a7b" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments