Bitwarden Server: class renamed
This commit is contained in:
parent
30bc289ff2
commit
1975ce597d
1 changed files with 1 additions and 1 deletions
14
modules/BitwardenRust.php
Normal file
14
modules/BitwardenRust.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest', true))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue