From ca0ee42beac4d7ecafc4460aa3f509907bbd0de7 Mon Sep 17 00:00:00 2001 From: Corentin Mors Date: Mon, 10 Jun 2024 15:39:31 +0200 Subject: [PATCH] Update dashlane-cli v6.2424.0 (#3) --- Formula/dashlane-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/dashlane-cli.rb b/Formula/dashlane-cli.rb index 9137684..87789cf 100644 --- a/Formula/dashlane-cli.rb +++ b/Formula/dashlane-cli.rb @@ -3,8 +3,8 @@ class DashlaneCli < Formula desc "Command-line interface for Dashlane" homepage "https://dashlane.com" - url "https://github.com/Dashlane/dashlane-cli/archive/refs/tags/v6.2421.0.tar.gz" - sha256 "e196f6bcad521bf92f64cdf5975d62aa9d9b8c2e20d1f1d4531ea1e7c6e7a531" + url "https://github.com/Dashlane/dashlane-cli/archive/refs/tags/v6.2424.0.tar.gz" + sha256 "914bf949416521a3823a70847731d16edcc2b37fecf654dc073c0164d5267ba5" license "Apache-2.0" livecheck do @@ -36,7 +36,7 @@ def install system "yarn", "install", "--frozen-lockfile" system "yarn", "run", "build" system "yarn", "workspaces", "focus", "--production" - system "yarn", "dlx", "@yao-pkg/pkg@5.11.5", ".", + system "yarn", "dlx", "@yao-pkg/pkg@5.12.0", "./dist", "-t", "node18-#{platform}-#{Hardware::CPU.arch}", "-o", "bin/dcli", "--no-bytecode", "--public", "--public-packages", "tslib,thirty-two,node-hkdf-sync,vows" bin.install "bin/dcli"