Skip to content

Commit 937190d

Browse files
authored
Merge pull request #229683 from Homebrew/bump-cloudflare-wrangler-4.24.3
cloudflare-wrangler 4.24.3
2 parents 22fdc4a + baa07fb commit 937190d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cloudflare-wrangler.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class CloudflareWrangler < Formula
22
desc "CLI tool for Cloudflare Workers"
33
homepage "https://github.com/cloudflare/workers-sdk"
4-
url "https://registry.npmjs.org/wrangler/-/wrangler-4.24.1.tgz"
5-
sha256 "ae693e686ef24ee2af3edca84f833ff7d8da6af5851cdfa68f444f9426f54ee8"
4+
url "https://registry.npmjs.org/wrangler/-/wrangler-4.24.3.tgz"
5+
sha256 "b21a72e861ab61f696692cd1f1cb116f2b69b2791c115093229ab86ff4e2b58b"
66
license any_of: ["Apache-2.0", "MIT"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "2d8113e27c601d0ae9f0c8fa830a45fcde67edfd781a8c3d02b58f4ad7a5b970"
10-
sha256 cellar: :any, arm64_sonoma: "2d8113e27c601d0ae9f0c8fa830a45fcde67edfd781a8c3d02b58f4ad7a5b970"
11-
sha256 cellar: :any, arm64_ventura: "2d8113e27c601d0ae9f0c8fa830a45fcde67edfd781a8c3d02b58f4ad7a5b970"
12-
sha256 sonoma: "d1c575639938fc4761f225ef58ea48654c542a623a5d98ebb8473ac304a42c0b"
13-
sha256 ventura: "d1c575639938fc4761f225ef58ea48654c542a623a5d98ebb8473ac304a42c0b"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "7d0ae0999014fb80c2d7cb84dcd5b9de8406d124c861905a1e32a2cdd057f97d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e49a634fd6df32c2fa7ef6495144e3629e8d2b5511c8217ca3ade8d382e22c3c"
9+
sha256 cellar: :any, arm64_sequoia: "9d592640227fd90d01d19fc8eff591aee17396bef3bfe0b06e5877be6e0c7d72"
10+
sha256 cellar: :any, arm64_sonoma: "9d592640227fd90d01d19fc8eff591aee17396bef3bfe0b06e5877be6e0c7d72"
11+
sha256 cellar: :any, arm64_ventura: "9d592640227fd90d01d19fc8eff591aee17396bef3bfe0b06e5877be6e0c7d72"
12+
sha256 sonoma: "cf7a5cb49e56bf4db027d7e26f78955f7b5c5fdd838b4f7b626a86717ea18e05"
13+
sha256 ventura: "cf7a5cb49e56bf4db027d7e26f78955f7b5c5fdd838b4f7b626a86717ea18e05"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "bfb10d26461b1f22af7f82d82a027044428ba41826cc271bd80877554e02c068"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "20e7ce64f7e71be6d48aa6d50dbf4104a072dccb48f7c474094b6344c14c63a9"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)