Fix external data checker for bitwarden cli

Because Bitwarden CLI moved from https://github.com/bitwarden/cli to https://github.com/bitwarden/clients
This commit is contained in:
Tilo Spannagel 2022-10-01 21:06:09 +02:00 committed by Ghislain Vaillant
parent 82d8adae2b
commit a2cea3b718

View file

@ -66,7 +66,6 @@ modules:
url: https://github.com/bitwarden/cli/releases/download/v1.22.1/bw-linux-1.22.1.zip url: https://github.com/bitwarden/cli/releases/download/v1.22.1/bw-linux-1.22.1.zip
sha256: 0a6cc87a163463c25eed5d5bdf1ef6b77d2a67db911b2279dae5c674b116aa0e sha256: 0a6cc87a163463c25eed5d5bdf1ef6b77d2a67db911b2279dae5c674b116aa0e
x-checker-data: x-checker-data:
type: json type: anitya
url: https://api.github.com/repos/bitwarden/cli/releases/latest project-id: 229011
version-query: .tag_name | sub("^v"; "") url-template: https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-linux-$version.zip
url-query: .assets[] | select(.name=="bw-linux-\($version).zip") | .browser_download_url