From 239cae0c08d232542d368a601d4389f422de83aa Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 8 Oct 2024 11:37:29 +0200 Subject: [PATCH] dashlane-cli: Add version 6.2436.0 --- bucket/dashlane-cli.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/dashlane-cli.json diff --git a/bucket/dashlane-cli.json b/bucket/dashlane-cli.json new file mode 100644 index 0000000000000..3ef0c9a81b572 --- /dev/null +++ b/bucket/dashlane-cli.json @@ -0,0 +1,23 @@ +{ + "version": "6.2436.0", + "description": "Dashlane CLI - Access your secrets in your terminal, servers and CI/CD", + "homepage": "https://cli.dashlane.com/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Dashlane/dashlane-cli/releases/download/v6.2436.0/dcli-win-x64-signed.exe#/dcli.exe", + "hash": "3c319193cbce38253b50db23ff9e857cf56d25146c97a301cef45c0d8eeac6d0" + } + }, + "bin": "dcli.exe", + "checkver": { + "github": "https://github.com/Dashlane/dashlane-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Dashlane/dashlane-cli/releases/download/v$version/dcli-win-x64-signed.exe#/dcli.exe" + } + } + } +}