diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 574d04e..72c0b86 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -142,6 +142,17 @@ source = "git" git = "https://github.com/irqbalance/irqbalance" use_max_tag = true +[jack-example-tools] +source = "git" +git = "https://github.com/jackaudio/jack-example-tools" +use_max_tag = true + +[jack2] +source = "git" +git = "https://github.com/jackaudio/jack2" +use_max_tag = true +exclude_regex = "(1.90)" + [ladspa] source = "regex" regex = "ladspa_sdk_([\\d.]+)\\.tgz?" @@ -404,3 +415,4 @@ url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" source = "regex" regex = "zita-resampler-([\\d.]+)\\.tar\\.bz2?" url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" + |