Skip to content

Commit

Permalink
Merge pull request #168030 from Homebrew/bump-cloudflare-wrangler2-3.…
Browse files Browse the repository at this point in the history
…47.0

cloudflare-wrangler2 3.47.0
  • Loading branch information
BrewTestBot authored Apr 4, 2024
2 parents 1536333 + f1855c3 commit ad54dcd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cloudflare-wrangler2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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
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"
Expand Down

0 comments on commit ad54dcd

Please sign in to comment.