diff options
author | David Runge <dave@sleepmap.de> | 2022-03-16 16:12:56 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-03-16 16:24:14 +0100 |
commit | a89b6daa8c717e01f3858d851de7dc98fac9790f (patch) | |
tree | 29107e36f91048432102b219c4e6183c65b6a495 | |
parent | 21b57a6fef5fa5d820a891186a2214ba3f2d9421 (diff) | |
download | dotfiles-a89b6daa8c717e01f3858d851de7dc98fac9790f.tar.gz dotfiles-a89b6daa8c717e01f3858d851de7dc98fac9790f.tar.bz2 dotfiles-a89b6daa8c717e01f3858d851de7dc98fac9790f.tar.xz dotfiles-a89b6daa8c717e01f3858d851de7dc98fac9790f.zip |
nvchecker: Add jack2 and jack-example-tools to extra
.config/nvchecker/extra.toml:
Add jack2 and jack-example-tools
-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" + |