Skip to content

Commit dfb6059

Browse files
authored
Merge pull request Homebrew#230383 from apify-service-account/bump-apify-cli-0.21.9
apify-cli 0.21.9
2 parents 5e75133 + da2f5d7 commit dfb6059

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/apify-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class ApifyCli < Formula
22
desc "Apify command-line interface"
33
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"
66
license "Apache-2.0"
77

88
no_autobump! because: :bumped_by_upstream
99

1010
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"
1818
end
1919

2020
depends_on "node"

0 commit comments

Comments
 (0)