From a89b6daa8c717e01f3858d851de7dc98fac9790f Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 16 Mar 2022 16:12:56 +0100 Subject: nvchecker: Add jack2 and jack-example-tools to extra .config/nvchecker/extra.toml: Add jack2 and jack-example-tools --- .config/nvchecker/extra.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/nvchecker') 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" + -- cgit v1.2.3-54-g00ecf