From b74a2294eeaebd4b290773e186dcecb9d8ce26c9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:52:55 +0000 Subject: [PATCH 1/2] cloudflare-wrangler2 3.103.2 --- Formula/c/cloudflare-wrangler2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cloudflare-wrangler2.rb b/Formula/c/cloudflare-wrangler2.rb index b5f3c59420e1b..b3e942bf8fbd9 100644 --- a/Formula/c/cloudflare-wrangler2.rb +++ b/Formula/c/cloudflare-wrangler2.rb @@ -1,8 +1,8 @@ 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 From 01236a4bac6e4eaa3ab1c7dfb9b6d2be252dfc05 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:32:09 +0000 Subject: [PATCH 2/2] cloudflare-wrangler2: update 3.103.2 bottle. --- Formula/c/cloudflare-wrangler2.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudflare-wrangler2.rb b/Formula/c/cloudflare-wrangler2.rb index b3e942bf8fbd9..ff6d699ef34d5 100644 --- a/Formula/c/cloudflare-wrangler2.rb +++ b/Formula/c/cloudflare-wrangler2.rb @@ -6,12 +6,12 @@ class CloudflareWrangler2 < Formula 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"