|
1 | 1 | class CloudflareWrangler2 < Formula |
2 | 2 | desc "CLI tool for Cloudflare Workers" |
3 | 3 | homepage "https://github.com/cloudflare/workers-sdk" |
4 | | - url "https://registry.npmjs.org/wrangler/-/wrangler-3.103.2.tgz" |
5 | | - sha256 "220c1f18abd4a7180e6e04211584411f007f7ce01dfee7e3e590af886968a547" |
| 4 | + url "https://registry.npmjs.org/wrangler/-/wrangler-3.104.0.tgz" |
| 5 | + sha256 "f7df325bf33184ef2496d2a79b3eb96e6cc761a2098064a95c7f259395abc7ea" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "aef31607a6f4604d8d214c37aaaef8540eb9beb5a4110bfdb817297d0defe59f" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "9bb4a99be0d998cf5f6bfcc8c6abd46eb44b622a19b96f19ccc1ed49b8a9d809" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "9bb4a99be0d998cf5f6bfcc8c6abd46eb44b622a19b96f19ccc1ed49b8a9d809" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "30f371e1ebf8d2e7a1943c45dfe4e27071b6547a9b17c7559de5639274cdf00d" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2eb4efd9e0d0f49c1bad03c0d0aa630ba27a3cfde4b9fb60a08b4b50d7697d4c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2eb4efd9e0d0f49c1bad03c0d0aa630ba27a3cfde4b9fb60a08b4b50d7697d4c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2eb4efd9e0d0f49c1bad03c0d0aa630ba27a3cfde4b9fb60a08b4b50d7697d4c" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "33a0ed892ff08fc519b4229127ae919a4a9a108b5484bd22680e963af155040b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "33a0ed892ff08fc519b4229127ae919a4a9a108b5484bd22680e963af155040b" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ab9d98ec8e8aa8d9537f1e61455bc912f525700e0d9dc32c760ac47628392dd" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments