Add Bitwarden_rs
This commit is contained in:
parent
bbeeb5eaf6
commit
df52860488
1 changed files with 14 additions and 0 deletions
14
modules/Bitwarden_rs.php
Normal file
14
modules/Bitwarden_rs.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Bitwarden_rs 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/bw_web_builds/releases/latest', true))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue