We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc714e commit a2bd241Copy full SHA for a2bd241
Formula/c/cloudflare-wrangler.rb
@@ -1,8 +1,8 @@
1
class CloudflareWrangler < Formula
2
desc "CLI tool for Cloudflare Workers"
3
homepage "https://github.com/cloudflare/workers-sdk"
4
- url "https://registry.npmjs.org/wrangler/-/wrangler-4.11.1.tgz"
5
- sha256 "ca897a21898bd1be61d68fb2e332e79de5626f58e3422076081e7dba507d1037"
+ url "https://registry.npmjs.org/wrangler/-/wrangler-4.12.0.tgz"
+ sha256 "e85bf10454d930018eca3e34b9bb995ab1907153848da4552e015ce115954568"
6
license any_of: ["Apache-2.0", "MIT"]
7
8
bottle do
0 commit comments