Skip to content

Commit

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

cloudflare-wrangler2 3.95.0
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents 5c2cc69 + 15a4bb7 commit bc1592e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cloudflare-wrangler2.rb
Original file line number Diff line number Diff line change
@@ -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.94.0.tgz"
sha256 "137dd5f5aaa1cb469c4588662201e07a483fe6917359e734e8a1430c56664305"
url "https://registry.npmjs.org/wrangler/-/wrangler-3.95.0.tgz"
sha256 "a2c4f6af8edf2264e97758d633a24e6ad84b9511857ae7979eab9947ac2dd220"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56c9999a12981026f9cbc95dfb97a231959adea673ad675a9482f928b0322ad2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56c9999a12981026f9cbc95dfb97a231959adea673ad675a9482f928b0322ad2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "56c9999a12981026f9cbc95dfb97a231959adea673ad675a9482f928b0322ad2"
sha256 cellar: :any_skip_relocation, sonoma: "a80abc894d2528098ad940e015c466425e18336fb2ea94284dea9d3ede48ff80"
sha256 cellar: :any_skip_relocation, ventura: "a80abc894d2528098ad940e015c466425e18336fb2ea94284dea9d3ede48ff80"
sha256 cellar: :any_skip_relocation, x86_64_linux: "116524e35197a776eb2788992c7f5b67582cd84e7f3cc9dec601ec0250f5690a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24394980ccf292523f9d723f7495e366ad9d1def66341bd7f2c5346653442a8c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24394980ccf292523f9d723f7495e366ad9d1def66341bd7f2c5346653442a8c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "24394980ccf292523f9d723f7495e366ad9d1def66341bd7f2c5346653442a8c"
sha256 cellar: :any_skip_relocation, sonoma: "3072a6a911aae7aca42b8c5165dd1bed964edc6f29e77439c050a4b0a078aab2"
sha256 cellar: :any_skip_relocation, ventura: "3072a6a911aae7aca42b8c5165dd1bed964edc6f29e77439c050a4b0a078aab2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "689bec0ae9dc84553cda5b02d45aa5bc3423a58e22b427d72fc288d91553e770"
end

depends_on "node"
Expand Down

0 comments on commit bc1592e

Please sign in to comment.