Moved branch tags to new attribute
This commit is contained in:
parent
3d037ec2b3
commit
ffc5ce2b33
12 changed files with 21 additions and 9 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
class Bitwarden_rs extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Daniel García', 'Bitwarden Web Vault in Rust', 'https://github.com/dani-garcia/bw_web_builds');
|
||||
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bw_web_builds');
|
||||
$this->patch->setBranch('Web Vault');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest', true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue