diff --git a/Formula/c/cloudflare-wrangler2.rb b/Formula/c/cloudflare-wrangler2.rb index b5f3c59420e1b..ff6d699ef34d5 100644 --- a/Formula/c/cloudflare-wrangler2.rb +++ b/Formula/c/cloudflare-wrangler2.rb @@ -1,17 +1,17 @@ class CloudflareWrangler2 < Formula desc "CLI tool for Cloudflare Workers" homepage "https://github.com/cloudflare/workers-sdk" - url "https://registry.npmjs.org/wrangler/-/wrangler-3.103.1.tgz" - sha256 "2bcc83748516f71aa86489282993de688f026fa160f52c44d4e9112e458a61a6" + url "https://registry.npmjs.org/wrangler/-/wrangler-3.103.2.tgz" + sha256 "220c1f18abd4a7180e6e04211584411f007f7ce01dfee7e3e590af886968a547" license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1c22f3a85615f07487b6c60f1855bd2040daf392c3775b25357a67c4910fa5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1c22f3a85615f07487b6c60f1855bd2040daf392c3775b25357a67c4910fa5b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1c22f3a85615f07487b6c60f1855bd2040daf392c3775b25357a67c4910fa5b" - sha256 cellar: :any_skip_relocation, sonoma: "35c66c1418fecb7b9857ad8b698936d60ce17159fb0f20f4896affddcbd1b06f" - sha256 cellar: :any_skip_relocation, ventura: "35c66c1418fecb7b9857ad8b698936d60ce17159fb0f20f4896affddcbd1b06f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3a5d26fdbbaf7d5cb4b15745f3dde30e385122f3f69709ed020ea267c4895d4e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" + sha256 cellar: :any_skip_relocation, sonoma: "9bb4a99be0d998cf5f6bfcc8c6abd46eb44b622a19b96f19ccc1ed49b8a9d809" + sha256 cellar: :any_skip_relocation, ventura: "9bb4a99be0d998cf5f6bfcc8c6abd46eb44b622a19b96f19ccc1ed49b8a9d809" + sha256 cellar: :any_skip_relocation, x86_64_linux: "30f371e1ebf8d2e7a1943c45dfe4e27071b6547a9b17c7559de5639274cdf00d" end depends_on "node"