Skip to content

Commit

Permalink
Update dashlane-cli v6.2424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Jun 10, 2024
1 parent 5397569 commit 7c15ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/dashlane-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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", ".",
"-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"
Expand Down

0 comments on commit 7c15ab6

Please sign in to comment.