Vaultwarden: renaming of bitwarden_rs

This commit is contained in:
Steffen Lange 2021-10-23 21:25:04 +02:00
parent c5a296f0a1
commit 6888ba7fde

View file

@ -1,14 +0,0 @@
<?php
class BitwardenRust extends PatchBase {
function __construct() {
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs');
}
function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest'))
return $this->parse_json('tag_name');
return false;
}
}
?>