vercel-cli 27.3.1

* vercel-cli 27.3.1
* update the build

Closes #106836.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
BrewTestBot 2022-07-29 05:50:34 +00:00
parent 0e5a884c1f
commit 4189e100bd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ require "language/node"
class VercelCli < Formula
desc "Command-line interface for Vercel"
homepage "https://vercel.com/home"
url "https://registry.npmjs.org/vercel/-/vercel-27.2.0.tgz"
sha256 "37826adcef81e6afbcee3a0795d8d305d9cb974ed19407e5e3cee5ac8ec3e928"
url "https://registry.npmjs.org/vercel/-/vercel-27.3.1.tgz"
sha256 "d88905168ada459deba588e0715620fb1379e582f12612d3ae5410b6f154717f"
license "Apache-2.0"
bottle do
@ -24,8 +24,8 @@ class VercelCli < Formula
def install
rm Dir["dist/{*.exe,xsel}"]
inreplace "dist/index.js", "exports.default = getUpdateCommand",
"exports.default = async()=>'brew upgrade vercel-cli'"
inreplace "dist/index.js", "= getUpdateCommand",
"= async()=>'brew upgrade vercel-cli'"
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]