|
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.4.0.tgz" |
5 | | - sha256 "3f13dee912c45cf909ae4d35e721f8ef0ce1134da49a1fc5f54a447b386cdc82" |
| 4 | + url "https://registry.npmjs.org/vercel/-/vercel-44.4.1.tgz" |
| 5 | + sha256 "59a963b1ef0c9f68f5b48080a80fad6f1182eb0db65ed54aa0bf5c91501b2e58" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
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" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "38bdbc9b2c8761e4fd004a1f8e5f2cff7c47fa99d643caadb036d66de47749dd" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "38bdbc9b2c8761e4fd004a1f8e5f2cff7c47fa99d643caadb036d66de47749dd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "38bdbc9b2c8761e4fd004a1f8e5f2cff7c47fa99d643caadb036d66de47749dd" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a9eac02e6652dc94f726a6a8c715438056296ae4643ec223469877f34bdefde8" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a9eac02e6652dc94f726a6a8c715438056296ae4643ec223469877f34bdefde8" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e7530c99f1d489057d355112beb12b19554fc21d19954bf9d1d7c418b2e78e32" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1bf3773ddc11c6e35ae003d7d71537dacfeb53c9de7178428fbb6a0736353d0a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments