Skip to content

Commit

Permalink
Merge pull request #7317 from CrystalMethod/feat/bitwarden/clients
Browse files Browse the repository at this point in the history
feat: add bitwarden/clients
  • Loading branch information
suzuki-shunsuke committed Oct 24, 2022
2 parents b384825 + 049a15f commit 2c15223
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/bitwarden/clients/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: bitwarden/clients@cli-v2022.10.0
17 changes: 17 additions & 0 deletions pkgs/bitwarden/clients/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
packages:
- type: github_release
repo_owner: bitwarden
repo_name: clients
asset: bw-{{.OS}}-{{trimPrefix "cli-v" .Version}}.zip
version_filter: Version startsWith "cli-"
files:
- name: bw
src: bw
description: Bitwarden CLI
replacements:
darwin: macos
checksum:
type: github_release
asset: bw-{{.OS}}-sha256-{{trimPrefix "cli-v" .Version}}.txt
file_format: raw
algorithm: sha256
16 changes: 16 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c15223

Please sign in to comment.