|
1 | 1 | class VercelCli < Formula |
2 | 2 | desc "Command-line interface for Vercel" |
3 | 3 | homepage "https://vercel.com/home" |
4 | | - url "https://registry.npmjs.org/vercel/-/vercel-44.3.0.tgz" |
5 | | - sha256 "a87e592f7e6f37a2dd120b5aaecea88fcd2fefda3f27452d752c07a0e4111e76" |
| 4 | + url "https://registry.npmjs.org/vercel/-/vercel-44.4.0.tgz" |
| 5 | + sha256 "3f13dee912c45cf909ae4d35e721f8ef0ce1134da49a1fc5f54a447b386cdc82" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e82657e9cdcc325b1ecf8bb4cc459598d9f217db65c3ab5f067128f8cc40839e" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e82657e9cdcc325b1ecf8bb4cc459598d9f217db65c3ab5f067128f8cc40839e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e82657e9cdcc325b1ecf8bb4cc459598d9f217db65c3ab5f067128f8cc40839e" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "d5207a154d3a23c52c94697a4aa146b26cccfae7e7a3e1e320be79677ba34702" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "d5207a154d3a23c52c94697a4aa146b26cccfae7e7a3e1e320be79677ba34702" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d7344761bd5c1918a2d3e62a1ac68989ddf9cd70e84e5fde0a63df72639426dd" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "6123d8be62e34e1dcc4e511bde1669e652af28fa1b6e3ebf05f8aee70268dbcb" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fe346d2c74cfc9d95af1ac65547445bcd3f103b837f8143e79d05029729146d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fe346d2c74cfc9d95af1ac65547445bcd3f103b837f8143e79d05029729146d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0fe346d2c74cfc9d95af1ac65547445bcd3f103b837f8143e79d05029729146d" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "1828845c1e00e86682c8aa9050b7360d5ea818dd56a50cb068ab098bf7dd4f88" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "1828845c1e00e86682c8aa9050b7360d5ea818dd56a50cb068ab098bf7dd4f88" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "961debd0c6d2d9ef77e7c50c9295b258516805b6be72dc3b9e9cbaabe1ca19de" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6548266dc5c92f0b992cc3b3ce6dbab20743e6fa9b7ca718e87825fca98ce1e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments