|
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-42.1.1.tgz" |
5 |
| - sha256 "c854c1e12d278b879289fbac9993c000a02344a0cf77ff68b1d04e5277be3674" |
| 4 | + url "https://registry.npmjs.org/vercel/-/vercel-42.2.0.tgz" |
| 5 | + sha256 "8bcf291e9dedd98f8728c3c2fc74f3016e100f22b3a5108fb438f05b68e5a5c7" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc3d1223a55a9f6752786ed86ce5cf2804970c7495776660b844b41b9a1028b6" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "4e7241ab43c8652334926d58e6a1d2d46cfb691144bdd575c949a2f1101c6b2f" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "4e7241ab43c8652334926d58e6a1d2d46cfb691144bdd575c949a2f1101c6b2f" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "cd53eab560fab3b25b74c559e8d8d242016df055c0be8e1ed2a2ba01f7909ff8" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "991cd3d2b31afcdb6cc8c58f4f25d2f3b2502b0b5ed3b8332c76db76660711d1" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2e393aa97395abb09509c0f1c02da1f824d17800c7928076e8fbff99bf71e62" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "f1e931cd4af13dc361ac5d3db6e30ae7d88399233198cc115c163c248a3236b4" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "7eac010d10d49d62f795dd0d3cdc80deb98c94b3dbd4ed2be23701fda28867f6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "918440b4e2c0c27d1e07a7af1d5d3c49367488f04dfdeb981dc884d32ce47516" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments