diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/extra.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 5f3d88e..c11101f 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -1906,6 +1906,11 @@ git = "https://github.com/metabrainz/picard" use_max_tag = true exclude_regex = "(v|release-|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|[b])(-[\\d.]+|[\\d.]+|)" +[pipectl] +source = "git" +git = "https://github.com/Ferdi265/pipectl" +use_max_tag = true + [pipewire] source = "git" git = "https://gitlab.freedesktop.org/pipewire/pipewire" @@ -3518,6 +3523,11 @@ source = "git" git = "https://gitlab.freedesktop.org/pipewire/wireplumber" use_max_tag = true +[wl-mirror] +source = "git" +git = "https://github.com/Ferdi265/wl-mirror" +use_max_tag = true + [wofi] source = "regex" regex = "rev/v([\\d.]+)?" |