mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
de26e2418c
(cherry picked from commit 39bbad94fe)
Co-authored-by: madomado <madonuko@outlook.com>
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
let v = gh("bitwarden/clients");
|
|
if v.starts_with("cli-v") {
|
|
v.crop(5);
|
|
rpm.version(v);
|
|
}
|