From 1d612c8ec87b367b40e19bdd203da405b8ebc88b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:28:42 +0000 Subject: [PATCH 1/2] cloudflare-wrangler2 3.47.0 --- 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 9ef435434e0f6..80338887a90a7 100644 --- a/Formula/c/cloudflare-wrangler2.rb +++ b/Formula/c/cloudflare-wrangler2.rb @@ -5,8 +5,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.46.0.tgz" - sha256 "ec28723601810d50f6732af5afdc7a204d514de01e599673417eaf3b386badee" + url "https://registry.npmjs.org/wrangler/-/wrangler-3.47.0.tgz" + sha256 "d688d5085162f16ffbbf4e7c7679bd21bbea57fa6af6ab0e1df92d4a576dcb27" license any_of: ["Apache-2.0", "MIT"] bottle do From f1855c376b33c4367b379d50a19db6aca039cf3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:23:07 +0000 Subject: [PATCH 2/2] cloudflare-wrangler2: update 3.47.0 bottle. --- Formula/c/cloudflare-wrangler2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cloudflare-wrangler2.rb b/Formula/c/cloudflare-wrangler2.rb index 80338887a90a7..127e5e3c87f53 100644 --- a/Formula/c/cloudflare-wrangler2.rb +++ b/Formula/c/cloudflare-wrangler2.rb @@ -10,13 +10,13 @@ class CloudflareWrangler2 < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1eebb6396ed7e330a77fd1380176ac467991068978986e21d228ba4b94ec02b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a1eebb6396ed7e330a77fd1380176ac467991068978986e21d228ba4b94ec02b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a1eebb6396ed7e330a77fd1380176ac467991068978986e21d228ba4b94ec02b" - sha256 cellar: :any_skip_relocation, sonoma: "9f5d32e173352f3a08c22b9aa06a7d4553cdf3b2e7d1ce4fc179af4caf6b4fa9" - sha256 cellar: :any_skip_relocation, ventura: "9f5d32e173352f3a08c22b9aa06a7d4553cdf3b2e7d1ce4fc179af4caf6b4fa9" - sha256 cellar: :any_skip_relocation, monterey: "9f5d32e173352f3a08c22b9aa06a7d4553cdf3b2e7d1ce4fc179af4caf6b4fa9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "12f3a4849c91a30d6c0444e6a9b16c4df3cc30cfd852e93b36c5375cbc17b7ab" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b70a21a522698882b6d310c0d70668ae99a0ecc22fee0f14c2043976b1336477" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b70a21a522698882b6d310c0d70668ae99a0ecc22fee0f14c2043976b1336477" + sha256 cellar: :any_skip_relocation, arm64_monterey: "b70a21a522698882b6d310c0d70668ae99a0ecc22fee0f14c2043976b1336477" + sha256 cellar: :any_skip_relocation, sonoma: "02a7c376c740343ad14539c720a6be1236fb51d655c9c3359fca8231c150c525" + sha256 cellar: :any_skip_relocation, ventura: "02a7c376c740343ad14539c720a6be1236fb51d655c9c3359fca8231c150c525" + sha256 cellar: :any_skip_relocation, monterey: "02a7c376c740343ad14539c720a6be1236fb51d655c9c3359fca8231c150c525" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d895cf33669ac4b0128b58ceeb21de8cbaa8686c8372d2ad42420b4acd10e8c" end depends_on "node"