|
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.8.tgz" |
5 | | - sha256 "0fd9cfc99b928beaecde64f46d4e221a64e1dd2fc3b56550d541945fec1959e7" |
| 4 | + url "https://registry.npmjs.org/apify-cli/-/apify-cli-0.21.9.tgz" |
| 5 | + sha256 "e0d461ea81b519d6ce43bbd4f4a15a5efcde22d793e607329957cef759f15b4c" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | no_autobump! because: :bumped_by_upstream |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "82059a38023217d06a5db158dbcf63c0bbce45567b8dcfa84e2e2e09ae62b094" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "51547e82bc9f56325d6782fbfd088d75c0ae0172e6565e2c15073127eefb7c0d" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "51547e82bc9f56325d6782fbfd088d75c0ae0172e6565e2c15073127eefb7c0d" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "dbd8df1905b5fec2c5c53f95fa2d1a588604434a66a7e9d43d1ddf6bc429092d" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbd8df1905b5fec2c5c53f95fa2d1a588604434a66a7e9d43d1ddf6bc429092d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c999d3036f54eda5b753f86fc5e43ecea275982b44a58b4cd86443d5c092186f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c999d3036f54eda5b753f86fc5e43ecea275982b44a58b4cd86443d5c092186f" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c999d3036f54eda5b753f86fc5e43ecea275982b44a58b4cd86443d5c092186f" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "7d5cf7b00015b1e67d9ae7615a2ead1682ece9b4f18ef50db8125bdf64de3f74" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "7d5cf7b00015b1e67d9ae7615a2ead1682ece9b4f18ef50db8125bdf64de3f74" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "8c7c2a860806bc3aa3b27f751a0f50e914c65964eef40a536925e0160f34339c" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8c7c2a860806bc3aa3b27f751a0f50e914c65964eef40a536925e0160f34339c" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "node" |
|
0 commit comments