Skip to content

Commit

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

cloudflare-wrangler2 3.73.0
  • Loading branch information
BrewTestBot authored Aug 30, 2024
2 parents d498752 + a783285 commit cba046d
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
@@ -1,18 +1,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.72.3.tgz"
sha256 "187c8f37bb5c9fe3ec7830a4419f50e99fb9422092348c94ade3944944473109"
url "https://registry.npmjs.org/wrangler/-/wrangler-3.73.0.tgz"
sha256 "822719d048c274da810d2b9701a27b648ac555da1f97e2b67c28c68f6c3b7862"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f55d206ea1ec8390f862a699fae1f75882c5ff2a562f485a67a3cea728cd20ba"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f55d206ea1ec8390f862a699fae1f75882c5ff2a562f485a67a3cea728cd20ba"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f55d206ea1ec8390f862a699fae1f75882c5ff2a562f485a67a3cea728cd20ba"
sha256 cellar: :any_skip_relocation, sonoma: "695ffe9c5940dc1a9cf35d4a4e7dc67b0bb7aa561ab4e66848b71b0b0b9d0a14"
sha256 cellar: :any_skip_relocation, ventura: "695ffe9c5940dc1a9cf35d4a4e7dc67b0bb7aa561ab4e66848b71b0b0b9d0a14"
sha256 cellar: :any_skip_relocation, monterey: "695ffe9c5940dc1a9cf35d4a4e7dc67b0bb7aa561ab4e66848b71b0b0b9d0a14"
sha256 cellar: :any_skip_relocation, x86_64_linux: "559bbb0f08bc3b09d87a2d6de395752795eb9be6eae027e7dbfec29dd5c4557b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e027130194498645480ad7dc75c544e55c9aad2f70199c70bd1ca17fe978432"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e027130194498645480ad7dc75c544e55c9aad2f70199c70bd1ca17fe978432"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2e027130194498645480ad7dc75c544e55c9aad2f70199c70bd1ca17fe978432"
sha256 cellar: :any_skip_relocation, sonoma: "6ce740ea21b8dac1c1cb72bc99db27ef27a0f0d3272c84f9877fac58cbf00236"
sha256 cellar: :any_skip_relocation, ventura: "6ce740ea21b8dac1c1cb72bc99db27ef27a0f0d3272c84f9877fac58cbf00236"
sha256 cellar: :any_skip_relocation, monterey: "6ce740ea21b8dac1c1cb72bc99db27ef27a0f0d3272c84f9877fac58cbf00236"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a3457e10495c88428ff1670d46d1db7a19448afab0cc5cb99d9bab34e9070fb"
end

depends_on "node"
Expand Down

0 comments on commit cba046d

Please sign in to comment.