Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/c/cloudflare-wrangler.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CloudflareWrangler < Formula
desc "CLI tool for Cloudflare Workers"
homepage "https://github.com/cloudflare/workers-sdk"
url "https://registry.npmjs.org/wrangler/-/wrangler-4.0.0.tgz"
sha256 "1bd9597d1d29a3c14030c13eb0423267f9a6b4f3bc2d29d69134cc7109e32d42"
url "https://registry.npmjs.org/wrangler/-/wrangler-4.1.0.tgz"
sha256 "817f3a60300264b226d948ac7285c6a10e9f518d0d011af36e55dc374f811152"
license any_of: ["Apache-2.0", "MIT"]

bottle do
Expand Down
Loading